Refactor character creation tool XML: replace nested Label with standalone TableLayout in body
This commit is contained in:
parent
73dc0dc038
commit
3191bf0aaf
@ -28,35 +28,33 @@
|
|||||||
</RowLayout>
|
</RowLayout>
|
||||||
</Header>
|
</Header>
|
||||||
<Body>
|
<Body>
|
||||||
<Label>
|
<TableLayout>
|
||||||
<TableLayout>
|
<Columns>
|
||||||
<Columns>
|
<Column>
|
||||||
<Column>
|
<Width>150</Width>
|
||||||
<Width>150</Width>
|
</Column>
|
||||||
</Column>
|
<Column>
|
||||||
<Column>
|
<Width>150</Width>
|
||||||
<Width>150</Width>
|
</Column>
|
||||||
</Column>
|
<Column>
|
||||||
<Column>
|
<Width>150</Width>
|
||||||
<Width>150</Width>
|
</Column>
|
||||||
</Column>
|
</Columns>
|
||||||
</Columns>
|
<Content>
|
||||||
<Content>
|
<Label>
|
||||||
<Label>
|
<Text>"MU"</Text>
|
||||||
<Text>"MU"</Text>
|
</Label>
|
||||||
</Label>
|
<Label>
|
||||||
<Label>
|
<Text>[data.character.attributes.courage]</Text>
|
||||||
<Text>[data.character.attributes.courage]</Text>
|
</Label>
|
||||||
</Label>
|
<Label>
|
||||||
<Label>
|
<Text>"KL"</Text>
|
||||||
<Text>"KL"</Text>
|
</Label>
|
||||||
</Label>
|
<Label>
|
||||||
<Label>
|
<Text>[data.character.attributes.intelligence]</Text>
|
||||||
<Text>[data.character.attributes.intelligence]</Text>
|
</Label>
|
||||||
</Label>
|
</Content>
|
||||||
</Content>
|
</TableLayout>
|
||||||
</TableLayout>
|
|
||||||
</Label>
|
|
||||||
</Body>
|
</Body>
|
||||||
<!--<Footer></Footer>-->
|
<!--<Footer></Footer>-->
|
||||||
</Page>
|
</Page>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user