Skip to content

Commit 2e4b583

Browse files
author
Wil Thieme
committed
theme compatiblity fix
Pathfinder Offical Theme ability name alignment issue is resolved
1 parent 6827261 commit 2e4b583

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

campaign/record_char_main.xml

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
<windowclass name="charsheet_main" merge="join">
1010
<sheetdata>
1111
<number_charabilityscore name="strength" source="abilities.strength.score">
12-
<anchored to="abilityframe" position="insidetopleft" offset="91,26" width="25" />
12+
<anchored to="abilityframe" position="insidetopleft" offset="96,26" width="25" />
1313
<description textres="char_tooltip_str" />
1414
<readonly />
1515
</number_charabilityscore>
1616
<string_charabilitylabel name="strength_label">
17-
<anchored to="strength" offset="-44,0"/>
17+
<anchored to="strength" />
1818
<static textres="strength" />
1919
</string_charabilitylabel>
2020
<number_charabilitydamage name="strengthbase" source="abilities.strength.base">
@@ -34,7 +34,7 @@
3434
<readonly />
3535
</number_charabilitydamage>
3636
<button_abilperms name="strengthpermlist">
37-
<anchored to="abilityframe" position="insidetopleft" offset="262,27" />
37+
<anchored to="abilityframe" position="insidetopleft" offset="265,27" />
3838
<target>strength</target>
3939
</button_abilperms>
4040
<number_charabilitybonus name="strengthbonus" source="abilities.strength.bonus">
@@ -50,7 +50,7 @@
5050
<readonly />
5151
</number_charabilityscore>
5252
<string_charabilitylabel name="dexterity_label">
53-
<anchored to="dexterity" offset="-44,0"/>
53+
<anchored to="dexterity" />
5454
<static textres="dexterity" />
5555
</string_charabilitylabel>
5656
<number_charabilitydamage name="dexteritybase" source="abilities.dexterity.base">
@@ -70,7 +70,7 @@
7070
<readonly />
7171
</number_charabilitydamage>
7272
<button_abilperms name="dexteritypermlist">
73-
<anchored to="abilityframe" position="insidetopleft" offset="262,60" />
73+
<anchored to="abilityframe" position="insidetopleft" offset="265,60" />
7474
<target>dexterity</target>
7575
</button_abilperms>
7676
<number_charabilitybonus name="dexteritybonus" source="abilities.dexterity.bonus">
@@ -86,7 +86,7 @@
8686
<readonly />
8787
</number_charabilityscore>
8888
<string_charabilitylabel name="constitution_label">
89-
<anchored to="constitution" offset="-44,0"/>
89+
<anchored to="constitution" />
9090
<static textres="constitution" />
9191
</string_charabilitylabel>
9292
<number_charabilitydamage name="constitutionbase" source="abilities.constitution.base">
@@ -106,7 +106,7 @@
106106
<readonly />
107107
</number_charabilitydamage>
108108
<button_abilperms name="constitutionpermlist">
109-
<anchored to="abilityframe" position="insidetopleft" offset="262,92" />
109+
<anchored to="abilityframe" position="insidetopleft" offset="265,92" />
110110
<target>constitution</target>
111111
</button_abilperms>
112112
<number_charabilitybonus name="constitutionbonus" source="abilities.constitution.bonus">
@@ -122,7 +122,7 @@
122122
<readonly />
123123
</number_charabilityscore>
124124
<string_charabilitylabel name="intelligence_label">
125-
<anchored to="intelligence" offset="-44,0"/>
125+
<anchored to="intelligence" />
126126
<static textres="intelligence" />
127127
</string_charabilitylabel>
128128
<number_charabilitydamage name="intelligencebase" source="abilities.intelligence.base">
@@ -142,7 +142,7 @@
142142
<readonly />
143143
</number_charabilitydamage>
144144
<button_abilperms name="intelligencepermlist">
145-
<anchored to="abilityframe" position="insidetopleft" offset="262,124" />
145+
<anchored to="abilityframe" position="insidetopleft" offset="265,124" />
146146
<target>intelligence</target>
147147
</button_abilperms>
148148
<number_charabilitybonus name="intelligencebonus" source="abilities.intelligence.bonus">
@@ -158,7 +158,7 @@
158158
<readonly />
159159
</number_charabilityscore>
160160
<string_charabilitylabel name="wisdom_label">
161-
<anchored to="wisdom" offset="-44,0"/>
161+
<anchored to="wisdom" />
162162
<static textres="wisdom" />
163163
</string_charabilitylabel>
164164
<number_charabilitydamage name="wisdombase" source="abilities.wisdom.base">
@@ -178,7 +178,7 @@
178178
<readonly />
179179
</number_charabilitydamage>
180180
<button_abilperms name="wisdompermlist">
181-
<anchored to="abilityframe" position="insidetopleft" offset="262,156" />
181+
<anchored to="abilityframe" position="insidetopleft" offset="265,156" />
182182
<target>wisdom</target>
183183
</button_abilperms>
184184
<number_charabilitybonus name="wisdombonus" source="abilities.wisdom.bonus">
@@ -194,7 +194,7 @@
194194
<readonly />
195195
</number_charabilityscore>
196196
<string_charabilitylabel name="charisma_label">
197-
<anchored to="charisma" offset="-44,0"/>
197+
<anchored to="charisma" />
198198
<static textres="charisma" />
199199
</string_charabilitylabel>
200200
<number_charabilitydamage name="charismabase" source="abilities.charisma.base">
@@ -214,7 +214,7 @@
214214
<readonly />
215215
</number_charabilitydamage>
216216
<button_abilperms name="charismapermlist">
217-
<anchored to="abilityframe" position="insidetopleft" offset="262,188" />
217+
<anchored to="abilityframe" position="insidetopleft" offset="265,188" />
218218
<target>charisma</target>
219219
</button_abilperms>
220220
<number_charabilitybonus name="charismabonus" source="abilities.charisma.bonus">
@@ -244,6 +244,10 @@
244244
<anchored to="strengthperm" />
245245
<static textres="char_label_abilityperm" />
246246
</label_fieldtop>
247+
248+
<number_charspeed name="speedfinal" source="speed.final">
249+
<anchored offset="76,15" />
250+
</number_charspeed>
247251
</sheetdata>
248252
</windowclass>
249253

@@ -336,6 +340,12 @@
336340
</sheetdata>
337341
</windowclass>
338342

343+
<template name="string_charabilitylabel">
344+
<label>
345+
<anchored position="lefthigh" width="120" height="24" offset="-36,0" />
346+
<static />
347+
</label>
348+
</template>
339349
<template name="button_abilperms">
340350
<buttoncontrol>
341351
<anchored width="20" height="20" />

0 commit comments

Comments
 (0)