31 lines
570 B
XML
31 lines
570 B
XML
<Defaults>
|
|
<Button padding="50 50 50 50"
|
|
font="font_arkhamicons"
|
|
fontSize="300"
|
|
iconWidth="300"
|
|
iconAlignment="Right"/>
|
|
<TableLayout position="0 188 -22"
|
|
rotation="0 0 90"
|
|
height="900"
|
|
width="700"
|
|
scale="0.1 0.1 1"
|
|
cellSpacing="80"
|
|
cellBackgroundColor="rgba(1,1,1,0)"/>
|
|
</Defaults>
|
|
|
|
<TableLayout id="Helper"
|
|
active="false">
|
|
<Row>
|
|
<Cell>
|
|
<Button id="Action"
|
|
text="u"/>
|
|
</Cell>
|
|
</Row>
|
|
<Row>
|
|
<Cell>
|
|
<Button id="ElderSign"
|
|
icon="token-eldersign"/>
|
|
</Cell>
|
|
</Row>
|
|
</TableLayout>
|