Update character creation tool XML: adjust ValueBox dimensions to 42x42, add ValueBoxChildren style, and update ColumnLayout styles
This commit is contained in:
parent
50874c0ac7
commit
d7262b3643
@ -2,10 +2,9 @@
|
|||||||
<Styles>
|
<Styles>
|
||||||
<Style Name="ValueBox">
|
<Style Name="ValueBox">
|
||||||
<Border>1</Border>
|
<Border>1</Border>
|
||||||
<Margin>4</Margin>
|
<Margin>16</Margin>
|
||||||
<Padding>8</Padding>
|
<Width>48</Width>
|
||||||
<Width>42</Width>
|
<Height>48</Height>
|
||||||
<Height>42</Height>
|
|
||||||
<VAlign>middle</VAlign>
|
<VAlign>middle</VAlign>
|
||||||
<HAlign>center</HAlign>
|
<HAlign>center</HAlign>
|
||||||
</Style>
|
</Style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user