Update character creation tool XML: refine ValueBox dimensions, add HeaderItem and ValueBoxRow styles, and update layout properties
This commit is contained in:
parent
d7262b3643
commit
0cd0e22274
@ -1,10 +1,16 @@
|
|||||||
<Pdf Name="charpdf">
|
<Pdf Name="charpdf">
|
||||||
<Styles>
|
<Styles>
|
||||||
|
<Style Name="HeaderItem">
|
||||||
|
<Padding>8</Padding>
|
||||||
|
</Style>
|
||||||
|
<Style Name="ValueBoxRow">
|
||||||
|
<HAlign>center</HAlign>
|
||||||
|
</Style>
|
||||||
<Style Name="ValueBox">
|
<Style Name="ValueBox">
|
||||||
<Border>1</Border>
|
<Border>1</Border>
|
||||||
<Margin>16</Margin>
|
<Margin>8</Margin>
|
||||||
<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>
|
||||||
@ -17,26 +23,26 @@
|
|||||||
<Header>
|
<Header>
|
||||||
<RowLayout>
|
<RowLayout>
|
||||||
<Content>
|
<Content>
|
||||||
<Label>
|
<Label Styles="HeaderItem">
|
||||||
<Text>"Heldenbogen"</Text>
|
<Text>"Heldenbogen"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="HeaderItem">
|
||||||
<Text>" - "</Text>
|
<Text>"-"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="HeaderItem">
|
||||||
<Text>[data.character.definition.name]</Text>
|
<Text>[data.character.definition.name]</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="HeaderItem">
|
||||||
<Text>" - "</Text>
|
<Text>"-"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label Styles="HeaderItem">
|
||||||
<Text>"Persönliche Daten"</Text>
|
<Text>"Persönliche Daten"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</RowLayout>
|
</RowLayout>
|
||||||
</Header>
|
</Header>
|
||||||
<Body>
|
<Body>
|
||||||
<RowLayout>
|
<RowLayout Styles="ValueBoxRow">
|
||||||
<Content>
|
<Content>
|
||||||
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
||||||
<Content>
|
<Content>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user