Refactor character creation tool XML: replace nested Label with standalone TableLayout in body

This commit is contained in:
Florian 2026-05-11 14:07:24 +02:00
parent 73dc0dc038
commit 3191bf0aaf

View File

@ -28,7 +28,6 @@
</RowLayout> </RowLayout>
</Header> </Header>
<Body> <Body>
<Label>
<TableLayout> <TableLayout>
<Columns> <Columns>
<Column> <Column>
@ -56,7 +55,6 @@
</Label> </Label>
</Content> </Content>
</TableLayout> </TableLayout>
</Label>
</Body> </Body>
<!--<Footer></Footer>--> <!--<Footer></Footer>-->
</Page> </Page>