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,25 +7,29 @@
<Pages> <Pages>
<Page> <Page>
<Header> <Header>
<Label> <RowLayout>
<Text>"Heldenbogen"</Text> <Content>
</Label> <Label>
<Label> <Text>"Heldenbogen"</Text>
<Text>" - "</Text> </Label>
</Label> <Label>
<Label> <Text>" - "</Text>
<Text>[data.character.definition.name]</Text> </Label>
</Label> <Label>
<Label> <Text>[data.character.definition.name]</Text>
<Text>" - "</Text> </Label>
</Label> <Label>
<Label> <Text>" - "</Text>
<Text>"Persönliche Daten"</Text> </Label>
</Label> <Label>
<Text>"Persönliche Daten"</Text>
</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>
<Text>[data.character.attributes.courage]</Text> <Label>
</Label> <Text>[data.character.attributes.courage]</Text>
</Cell> </Label>
<Cell/> <Label>
<Cell> <Text>"KL"</Text>
<Label> </Label>
<Text>"KL"</Text> <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>-->