Update character PDF XML: add EnsureHeight style to TableLayouts for improved spacing consistency, and include Notes section for enhanced structure
This commit is contained in:
parent
bc35782730
commit
ca5f31de41
@ -103,6 +103,9 @@
|
||||
<MarginTop>8</MarginTop>
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="EnsureHeight">
|
||||
<EnsureHeight>300</EnsureHeight>
|
||||
</Style>
|
||||
</Styles>
|
||||
<Pages>
|
||||
<!-- Profile/Persönliche Daten -->
|
||||
@ -445,7 +448,7 @@
|
||||
<Size>1</Size>
|
||||
</HorizontalLine>
|
||||
|
||||
<TableLayout Styles="SpacerS">
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
@ -470,7 +473,7 @@
|
||||
</TableLayout>
|
||||
|
||||
|
||||
<TableLayout Styles="SpacerS">
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
@ -495,7 +498,7 @@
|
||||
</TableLayout>
|
||||
|
||||
|
||||
<TableLayout Styles="SpacerS">
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
@ -519,7 +522,7 @@
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
<TableLayout Styles="SpacerS">
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
@ -543,7 +546,7 @@
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
<TableLayout Styles="SpacerS">
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
@ -567,7 +570,7 @@
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
<TableLayout Styles="SpacerS">
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>60</Width>
|
||||
@ -591,6 +594,27 @@
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
<HorizontalLine>
|
||||
<Size>1</Size>
|
||||
</HorizontalLine>
|
||||
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>100</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label Styles="SmallHeaderNoTopSpacer">
|
||||
<Text>"Notizen"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>""</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</Content>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user