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"
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>
<Button image="token-bless"
id="imageBless"
onClick="5933fb/xmlClick"/>
<Panel padding="4 4 4 4">
<Button image="token-bless"
id="imageBless"
onClick="5933fb/xmlClick"/>
</Panel>
</Cell>
<Cell>
<Button image="token-curse"
id="imageCurse"
onClick="5933fb/xmlClick"/>
<Panel padding="4 4 4 4">
<Button image="token-curse"
id="imageCurse"
onClick="5933fb/xmlClick"/>
</Panel>
</Cell>
</Row>
</TableLayout>