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">
|
<Style Name="SmallHeader">
|
||||||
<FontSize>14</FontSize>
|
<FontSize>14</FontSize>
|
||||||
<Bold>true</Bold>
|
<Bold>true</Bold>
|
||||||
<Marin>4</Marin>
|
<Margin>8</Margin>
|
||||||
</Style>
|
</Style>
|
||||||
<Style Name="Page">
|
<Style Name="Page">
|
||||||
<Margin>8</Margin>
|
<Margin>8</Margin>
|
||||||
@ -248,13 +248,13 @@
|
|||||||
<TableLayout Styles="Table;TableChildren;SpacerS;">
|
<TableLayout Styles="Table;TableChildren;SpacerS;">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>100</Width>
|
<Width>75</Width>
|
||||||
</Column>
|
</Column>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>150</Width>
|
<Width>85</Width>
|
||||||
</Column>
|
</Column>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>200</Width>
|
<Width>85</Width>
|
||||||
</Column>
|
</Column>
|
||||||
</Columns>
|
</Columns>
|
||||||
<Content>
|
<Content>
|
||||||
@ -379,7 +379,16 @@
|
|||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
<ColumnLayout>
|
||||||
|
<Content>
|
||||||
|
<Label Styles="Bold">
|
||||||
|
<Text>Erscheinungsbild</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>[data.character.definition.optics]</Text>
|
||||||
|
</Label>
|
||||||
|
</Content>
|
||||||
|
</ColumnLayout>
|
||||||
<ColumnLayout Styles="SpacerS">
|
<ColumnLayout Styles="SpacerS">
|
||||||
<Content>
|
<Content>
|
||||||
<Label Styles="SmallHeader">
|
<Label Styles="SmallHeader">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user