Refactor character creation tool XML: restructure header with RowLayout and replace Table with TableLayout in body

This commit is contained in:
Florian 2026-05-11 13:28:20 +02:00
parent 6148c85641
commit 73dc0dc038

View File

@ -7,6 +7,8 @@
<Pages>
<Page>
<Header>
<RowLayout>
<Content>
<Label>
<Text>"Heldenbogen"</Text>
</Label>
@ -22,10 +24,12 @@
<Label>
<Text>"Persönliche Daten"</Text>
</Label>
</Content>
</RowLayout>
</Header>
<Body>
<Label>
<Table>
<TableLayout>
<Columns>
<Column>
<Width>150</Width>
@ -37,22 +41,21 @@
<Width>150</Width>
</Column>
</Columns>
<Cells>
<Cell>
<Content>
<Label>
<Text>"MU"</Text>
</Label>
<Label>
<Text>[data.character.attributes.courage]</Text>
</Label>
</Cell>
<Cell/>
<Cell>
<Label>
<Text>"KL"</Text>
</Label>
<Label>
<Text>[data.character.attributes.intelligence]</Text>
</Label>
</Cell>
</Cells>
</Table>
</Content>
</TableLayout>
</Label>
</Body>
<!--<Footer></Footer>-->