Refactor character creation tool XML: simplify RowLayout and ColumnLayout nesting for improved readability and maintainability
This commit is contained in:
parent
3da2b824b5
commit
759c827d5e
@ -75,6 +75,7 @@
|
|||||||
</Header>
|
</Header>
|
||||||
<Body>
|
<Body>
|
||||||
<ColumnLayout>
|
<ColumnLayout>
|
||||||
|
<Content>
|
||||||
<RowLayout Styles="ValueBoxRow">
|
<RowLayout Styles="ValueBoxRow">
|
||||||
<Content>
|
<Content>
|
||||||
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Courage">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren;Courage">
|
||||||
@ -160,6 +161,7 @@
|
|||||||
</Content>
|
</Content>
|
||||||
</RowLayout>
|
</RowLayout>
|
||||||
<RowLayout Styles="ValueBoxRow">
|
<RowLayout Styles="ValueBoxRow">
|
||||||
|
<Content>
|
||||||
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
<ColumnLayout Styles="ValueBox;ValueBoxChildren">
|
||||||
<Label>
|
<Label>
|
||||||
<Text>"LE"</Text>
|
<Text>"LE"</Text>
|
||||||
@ -208,7 +210,9 @@
|
|||||||
<Text>charlib_intrinsicmagic()</Text>
|
<Text>charlib_intrinsicmagic()</Text>
|
||||||
</Label>
|
</Label>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
|
</Content>
|
||||||
</RowLayout>
|
</RowLayout>
|
||||||
|
</Content>
|
||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
</Body>
|
</Body>
|
||||||
<!--<Footer></Footer>-->
|
<!--<Footer></Footer>-->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user