added padding
This commit is contained in:
parent
8f51447e59
commit
50f9dac2e2
@ -7,7 +7,7 @@
|
||||
height="30"
|
||||
width="30"
|
||||
rectAlignment="MiddleRight"
|
||||
offsetXY="0 72"
|
||||
offsetXY="0 67"
|
||||
outlineSize="2 2"
|
||||
outline="#303030"/>
|
||||
</Defaults>
|
||||
@ -31,19 +31,18 @@
|
||||
</Panel>
|
||||
|
||||
<!-- window to control bless / curse tokens in chaos bag -->
|
||||
<!-- height = row heights + 2x outline + spacing -->
|
||||
<!-- height = row heights + 2x outline -->
|
||||
<TableLayout id="blessCurseManager"
|
||||
color="black"
|
||||
active="false"
|
||||
height="110"
|
||||
width="150"
|
||||
height="100"
|
||||
width="144"
|
||||
rectAlignment="MiddleRight"
|
||||
raycastTarget="true"
|
||||
cellSpacing="5"
|
||||
outlineSize="2 2"
|
||||
outline="#303030">
|
||||
<!-- token counts -->
|
||||
<Row preferredHeight="31">
|
||||
<Row preferredHeight="26">
|
||||
<Cell>
|
||||
<Text id="countBless"
|
||||
fontSize="25"
|
||||
@ -58,14 +57,18 @@
|
||||
<!-- token buttons -->
|
||||
<Row preferredHeight="70">
|
||||
<Cell>
|
||||
<Panel padding="4 4 4 4">
|
||||
<Button image="token-bless"
|
||||
id="imageBless"
|
||||
onClick="5933fb/xmlClick"/>
|
||||
</Panel>
|
||||
</Cell>
|
||||
<Cell>
|
||||
<Panel padding="4 4 4 4">
|
||||
<Button image="token-curse"
|
||||
id="imageCurse"
|
||||
onClick="5933fb/xmlClick"/>
|
||||
</Panel>
|
||||
</Cell>
|
||||
</Row>
|
||||
</TableLayout>
|
Loading…
Reference in New Issue
Block a user