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>
|
||||
</Header>
|
||||
<Body>
|
||||
<Label>
|
||||
<TableLayout>
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>150</Width>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>150</Width>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>150</Width>
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>"MU"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.attributes.courage]</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"KL"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.attributes.intelligence]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
</Label>
|
||||
<TableLayout>
|
||||
<Columns>
|
||||
<Column>
|
||||
<Width>150</Width>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>150</Width>
|
||||
</Column>
|
||||
<Column>
|
||||
<Width>150</Width>
|
||||
</Column>
|
||||
</Columns>
|
||||
<Content>
|
||||
<Label>
|
||||
<Text>"MU"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.attributes.courage]</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>"KL"</Text>
|
||||
</Label>
|
||||
<Label>
|
||||
<Text>[data.character.attributes.intelligence]</Text>
|
||||
</Label>
|
||||
</Content>
|
||||
</TableLayout>
|
||||
</Body>
|
||||
<!--<Footer></Footer>-->
|
||||
</Page>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user