UI/UX: Fix LayoutManager warnings

Fixes most of the occurrences of these warnings in the terminal/log:

[warn   ] LayoutManager: Statically sized widgets took all the place!!

Removing these spacers did not make a difference in actual layout/spacing according to my testing.
This commit is contained in:
QwertyChouskie
2023-04-21 20:29:44 -07:00
parent dd6cbe4f88
commit be598ea1da
3 changed files with 1 additions and 4 deletions

View File

@@ -14,6 +14,5 @@
I18N="In a 'are you sure?' dialog" text="Cancel" align="center"/>
</buttonbar>
<spacer width="20" height="1f" />
</div>
</stkgui>

View File

@@ -18,6 +18,5 @@
I18N="In the enter address dialog" text="Cancel" align="center"/>
</buttonbar>
<spacer height="1f" width="20" />
</div>
</stkgui>

View File

@@ -5,7 +5,7 @@
<spacer height="7%" width="10" />
<textbox id="textfield" width="75%" align="center"/>
<spacer height="9%" width="10" />
<spacer proportion="1" width="10" />
<buttonbar id="buttons" height="36%" width="30%" align="center">
@@ -16,6 +16,5 @@
I18N="In the general textfield dialog" text="Cancel" align="center"/>
</buttonbar>
<spacer height="1f" width="20" />
</div>
</stkgui>