Update character creation tool XML: adjust ValueBox dimensions to 42x42, add ValueBoxChildren style, and update ColumnLayout styles

This commit is contained in:
Florian 2026-05-12 10:33:04 +02:00
parent 5fe3f8e470
commit 50874c0ac7

View File

@ -4,11 +4,14 @@
<Border>1</Border>
<Margin>4</Margin>
<Padding>8</Padding>
<Width>52</Width>
<Height>52</Height>
<Width>42</Width>
<Height>42</Height>
<VAlign>middle</VAlign>
<HAlign>center</HAlign>
</Style>
<Style Name="ValueBoxChildren" Recursive="true" IgnoreSelf="true">
<HAlign>center</HAlign>
</Style>
</Styles>
<Pages>
<Page>
@ -36,7 +39,7 @@
<Body>
<RowLayout>
<Content>
<ColumnLayout Styles="ValueBox">
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
<Content>
<Label>
<Text>"MU"</Text>
@ -46,7 +49,7 @@
</Label>
</Content>
</ColumnLayout>
<ColumnLayout Styles="ValueBox">
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
<Content>
<Label>
<Text>"KL"</Text>
@ -56,7 +59,7 @@
</Label>
</Content>
</ColumnLayout>
<ColumnLayout Styles="ValueBox">
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
<Content>
<Label>
<Text>"IN"</Text>
@ -66,7 +69,8 @@
</Label>
</Content>
</ColumnLayout>
<ColumnLayout Styles="ValueBox">
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
<Content>
<Label>
<Text>"CH"</Text>