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>
|
||||
<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>-->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user