Revert height and width
This commit is contained in:
parent
e9522743f4
commit
9ebca51c1a
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user