Give slightly more space between buttons

This commit is contained in:
Deve 2018-12-07 22:29:43 +01:00
parent 6f706eb436
commit 998900cc8e
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<spacer height="1%" width="20"/>
<buttonbar id="options" x="0" y="0" width="25%" height="18%" align="center">
<buttonbar id="options" x="0" y="0" width="40%" height="18%" align="center">
<icon-button id="ok" width="64" height="64" icon="gui/icons/green_check.png"
I18N="In the server configuration screen" text="OK" label_location="bottom"/>
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"

View File

@ -56,7 +56,7 @@
<label id="info" proportion="1" width="100%" align="center" text_align="center" word_wrap="true" text=""/>
<buttonbar id="options" x="0" y="0" width="25%" height="12%" align="center">
<buttonbar id="options" x="0" y="0" width="40%" height="12%" align="center">
<icon-button id="create" width="64" height="64" icon="gui/icons/green_check.png"
I18N="In the server creation screen" text="Create" label_location="bottom"/>
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"