Update character creation tool XML: adjust ValueBox dimensions to 42x42, add ValueBoxChildren style, and update ColumnLayout styles
This commit is contained in:
parent
5fe3f8e470
commit
50874c0ac7
@ -4,11 +4,14 @@
|
|||||||
<Border>1</Border>
|
<Border>1</Border>
|
||||||
<Margin>4</Margin>
|
<Margin>4</Margin>
|
||||||
<Padding>8</Padding>
|
<Padding>8</Padding>
|
||||||
<Width>52</Width>
|
<Width>42</Width>
|
||||||
<Height>52</Height>
|
<Height>42</Height>
|
||||||
<VAlign>middle</VAlign>
|
<VAlign>middle</VAlign>
|
||||||
<HAlign>center</HAlign>
|
<HAlign>center</HAlign>
|
||||||
</Style>
|
</Style>
|
||||||
|
<Style Name="ValueBoxChildren" Recursive="true" IgnoreSelf="true">
|
||||||
|
<HAlign>center</HAlign>
|
||||||
|
</Style>
|
||||||
</Styles>
|
</Styles>
|
||||||
<Pages>
|
<Pages>
|
||||||
<Page>
|
<Page>
|
||||||
@ -36,7 +39,7 @@
|
|||||||
<Body>
|
<Body>
|
||||||
<RowLayout>
|
<RowLayout>
|
||||||
<Content>
|
<Content>
|
||||||
<ColumnLayout Styles="ValueBox">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"MU"</Text>
|
<Text>"MU"</Text>
|
||||||
@ -46,7 +49,7 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
<ColumnLayout Styles="ValueBox">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"KL"</Text>
|
<Text>"KL"</Text>
|
||||||
@ -56,7 +59,7 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
<ColumnLayout Styles="ValueBox">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"IN"</Text>
|
<Text>"IN"</Text>
|
||||||
@ -66,7 +69,8 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
<ColumnLayout Styles="ValueBox">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
||||||
|
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"CH"</Text>
|
<Text>"CH"</Text>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user