mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Move OK/Cancel buttons at the bottom in Keyboard Shortcuts dialog
Issue #777
This commit is contained in:
parent
a79c9479b7
commit
65baa8d943
@ -2,18 +2,15 @@
|
|||||||
<!-- Copyright (C) 2001-2015 by David Capello -->
|
<!-- Copyright (C) 2001-2015 by David Capello -->
|
||||||
<gui>
|
<gui>
|
||||||
<window id="keyboard_shortcuts" text="Keyboard Shortcuts">
|
<window id="keyboard_shortcuts" text="Keyboard Shortcuts">
|
||||||
<hbox>
|
|
||||||
<vbox>
|
<vbox>
|
||||||
<view expansive="true" width="80">
|
<hbox expansive="true">
|
||||||
|
<vbox>
|
||||||
|
<view width="80" expansive="true">
|
||||||
<listbox id="section" expansive="true" />
|
<listbox id="section" expansive="true" />
|
||||||
</view>
|
</view>
|
||||||
<separator horizontal="true" />
|
<separator horizontal="true" />
|
||||||
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
||||||
<button text="&Cancel" closewindow="true" />
|
|
||||||
<separator horizontal="true" />
|
|
||||||
<button text="&Import" id="import_button" />
|
<button text="&Import" id="import_button" />
|
||||||
<button text="&Export" id="export_button" />
|
<button text="&Export" id="export_button" />
|
||||||
<separator horizontal="true" />
|
|
||||||
<button text="&Reset" id="reset_button" />
|
<button text="&Reset" id="reset_button" />
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox expansive="true">
|
<vbox expansive="true">
|
||||||
@ -31,5 +28,13 @@
|
|||||||
</view>
|
</view>
|
||||||
</vbox>
|
</vbox>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
<hbox>
|
||||||
|
<boxfiller />
|
||||||
|
<hbox homogeneous="true">
|
||||||
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
||||||
|
<button text="&Cancel" closewindow="true" />
|
||||||
|
</hbox>
|
||||||
|
</hbox>
|
||||||
|
</vbox>
|
||||||
</window>
|
</window>
|
||||||
</gui>
|
</gui>
|
||||||
|
Loading…
Reference in New Issue
Block a user