Update character PDF XML: fix typo in margin attribute, adjust column widths for better proportions, and add appearance details in a new ColumnLayout
This commit is contained in:
parent
fd9eb1d46e
commit
36d0a25d85
@ -61,7 +61,7 @@
|
||||
<Style Name="SmallHeader">
|
||||
<FontSize>14</FontSize>
|
||||
<Bold>true</Bold>
|
||||
<Marin>4</Marin>
|
||||
<Margin>8</Margin>
|
||||
</Style>
|
||||
<Style Name="Page">
|
||||
<Margin>8</Margin>
|
||||
@ -248,13 +248,13 @@
|
||||
<TableLayout Styles="Table;TableChildren;SpacerS;">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>100</Width>
|
||||
<Width>75</Width>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>150</Width>
|
||||
<Width>85</Width>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>200</Width>
|
||||
<Width>85</Width>
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
@ -379,7 +379,16 @@
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
<ColumnLayout>
|
||||
<Content>
|
||||
<Label Styles="Bold">
|
||||
<Text>Erscheinungsbild</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.optics]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
<ColumnLayout Styles="SpacerS">
|
||||
<Content>
|
||||
<Label Styles="SmallHeader">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user