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