Update character PDF XML: add Notes field, refine TableLayouts, and adjust EnsureHeight styles for better layout consistency and structure
This commit is contained in:
parent
ca5f31de41
commit
37289f2f24
@ -44,6 +44,7 @@
|
||||
<String Name="passions"/>
|
||||
<String Name="weaknesses"/>
|
||||
<String Name="optics"/>
|
||||
<String Name="notes"/>
|
||||
</Variables>
|
||||
</Group>
|
||||
<Group Name="race">
|
||||
|
||||
@ -104,7 +104,10 @@
|
||||
<MarginBottom>8</MarginBottom>
|
||||
</Style>
|
||||
<Style Name="EnsureHeight">
|
||||
<EnsureHeight>300</EnsureHeight>
|
||||
<EnsureHeight>200</EnsureHeight>
|
||||
</Style>
|
||||
<Style Name="EnsureHeightNotes">
|
||||
<EnsureHeight>500</EnsureHeight>
|
||||
</Style>
|
||||
</Styles>
|
||||
<Pages>
|
||||
@ -598,10 +601,14 @@
|
||||
<Size>1</Size>
|
||||
</HorizontalLine>
|
||||
|
||||
<TableLayout Styles="SpacerS;EnsureHeight">
|
||||
<TableLayout Styles="SpacerS;EnsureHeightNotes">
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>100</Width>
|
||||
<Width>60</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>40</Width>
|
||||
<Percent>true</Percent>
|
||||
</Column>
|
||||
</Columns>
|
||||
@ -612,9 +619,11 @@
|
||||
<Label>
|
||||
<Text>""</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.definition.notes]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
|
||||
</Content>
|
||||
</ColumnLayout>
|
||||
</Content>
|
||||
|
||||
@ -425,7 +425,7 @@
|
||||
<Output>[data.character.definition.motivation]</Output>
|
||||
</TextInput>
|
||||
<Label>
|
||||
<Text>"Was sind deine Passionen/Begabungen?"</Text>
|
||||
<Text>"Was sind deine Passionen/Begabungen? (Max. 5 Angewandte)"</Text>
|
||||
</Label>
|
||||
<TextInput>
|
||||
<Output>[data.character.definition.passions]</Output>
|
||||
@ -450,6 +450,21 @@
|
||||
</TextInput>
|
||||
</Content>
|
||||
</GridContainer>
|
||||
<Header>
|
||||
<Level>2</Level>
|
||||
<Text>"Sonstiges"</Text>
|
||||
</Header>
|
||||
<GridContainer>
|
||||
<Cols>2</Cols>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>"Notizen"</Text>
|
||||
</Label>
|
||||
<TextInput>
|
||||
<Output>[data.character.definition.notes]</Output>
|
||||
</TextInput>
|
||||
</Content>
|
||||
</GridContainer>
|
||||
</Content>
|
||||
</Page><!-- End Profile Page-->
|
||||
<Page Name="baseattributes">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user