Refactor character creation tool XML: simplify RowLayout and ColumnLayout nesting for improved readability and maintainability

This commit is contained in:
Florian 2026-05-12 14:45:09 +02:00
parent 3da2b824b5
commit 759c827d5e

View File

@ -75,6 +75,7 @@
</Header>
<Body>
<ColumnLayout>
<Content>
<RowLayout Styles="ValueBoxRow">
<Content>
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Courage">
@ -160,6 +161,7 @@
</Content>
</RowLayout>
<RowLayout Styles="ValueBoxRow">
<Content>
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
<Label>
<Text>"LE"</Text>
@ -208,7 +210,9 @@
<Text>charlib_intrinsicmagic()</Text>
</Label>
</ColumnLayout>
</Content>
</RowLayout>
</Content>
</ColumnLayout>
</Body>
<!--<Footer></Footer>-->