Revert height and width

This commit is contained in:
dumaosen 2019-06-26 22:03:20 +08:00
parent e9522743f4
commit 9ebca51c1a
6 changed files with 6 additions and 6 deletions

View File

@ -39,6 +39,6 @@
icon="gui/icons/green_check.png" text="OK"
label_location="bottom"/>
</buttonbar>
<spacer width="20" height="1f" />
<spacer height="1f" width="20"/>
</div>
</stkgui>

View File

@ -40,6 +40,6 @@
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
I18N="In the change password dialog" text="Close" label_location="bottom"/>
</buttonbar>
<spacer height="1f" width="20" />
<spacer height="1f" width="20"/>
</div>
</stkgui>

View File

@ -12,6 +12,6 @@
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
I18N="User info dialog" text="Close" label_location="bottom"/>
</buttonbar>
<spacer width="20" height="1f" />
<spacer height="1f" width="20"/>
</div>
</stkgui>

View File

@ -23,6 +23,6 @@
icon="gui/icons/restart.png"
text="Refresh" label_location="bottom"/>
</buttonbar>
<spacer width="20" height="1f" />
<spacer height="1f" width="20"/>
</div>
</stkgui>

View File

@ -39,6 +39,6 @@
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
I18N="In the recovery dialog" text="Cancel" label_location="none"/>
</buttonbar>
<spacer width="20" height="1f" />
<spacer height="1f" width="20"/>
</div>
</stkgui>

View File

@ -32,7 +32,7 @@
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png"
I18N="User info dialog" text="Close" label_location="bottom"/>
</buttonbar>
<spacer width="20" height="1f" />
<spacer height="1f" width="20"/>
</div>
</stkgui>