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>
</Header>
<Body>
<Label>
<TableLayout>
<Columns>
<Column>
@ -56,7 +55,6 @@
</Label>
</Content>
</TableLayout>
</Label>
</Body>
<!--<Footer></Footer>-->
</Page>