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:
@@ -14,6 +14,5 @@
|
||||
I18N="In a 'are you sure?' dialog" text="Cancel" align="center"/>
|
||||
|
||||
</buttonbar>
|
||||
<spacer width="20" height="1f" />
|
||||
</div>
|
||||
</stkgui>
|
||||
|
||||
@@ -18,6 +18,5 @@
|
||||
I18N="In the enter address dialog" text="Cancel" align="center"/>
|
||||
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="20" />
|
||||
</div>
|
||||
</stkgui>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user