UiXmlReader padding fix

This commit is contained in:
MihailRis
2024-02-09 23:06:50 +03:00
parent 6fc312b651
commit bb1743105d
2 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<inventory color="#00000080" size="400,100">
<inventory color="#00000080" size="400,0">
<slots-grid cols="4" count="40"/>
<button coord="300,10">Test</button>
<button padding="10,10,10,10" coord="300,10">Test</button>
</inventory>