added padding

This commit is contained in:
Chr1Z93 2024-09-28 00:25:01 +02:00
parent 8f51447e59
commit 50f9dac2e2

View File

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