mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +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,34 +2,39 @@
|
|||||||
<!-- 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>
|
<hbox expansive="true">
|
||||||
<view expansive="true" width="80">
|
<vbox>
|
||||||
<listbox id="section" expansive="true" />
|
<view width="80" expansive="true">
|
||||||
</view>
|
<listbox id="section" expansive="true" />
|
||||||
<separator horizontal="true" />
|
</view>
|
||||||
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
<separator horizontal="true" />
|
||||||
<button text="&Cancel" closewindow="true" />
|
<button text="&Import" id="import_button" />
|
||||||
<separator horizontal="true" />
|
<button text="&Export" id="export_button" />
|
||||||
<button text="&Import" id="import_button" />
|
<button text="&Reset" id="reset_button" />
|
||||||
<button text="&Export" id="export_button" />
|
</vbox>
|
||||||
<separator horizontal="true" />
|
<vbox expansive="true">
|
||||||
<button text="&Reset" id="reset_button" />
|
<view id="menus_view" expansive="true">
|
||||||
</vbox>
|
<listbox id="menus" />
|
||||||
<vbox expansive="true">
|
</view>
|
||||||
<view id="menus_view" expansive="true">
|
<view id="commands_view" expansive="true">
|
||||||
<listbox id="menus" />
|
<listbox id="commands" />
|
||||||
</view>
|
</view>
|
||||||
<view id="commands_view" expansive="true">
|
<view id="tools_view" expansive="true">
|
||||||
<listbox id="commands" />
|
<listbox id="tools" />
|
||||||
</view>
|
</view>
|
||||||
<view id="tools_view" expansive="true">
|
<view id="actions_view" expansive="true">
|
||||||
<listbox id="tools" />
|
<listbox id="actions" />
|
||||||
</view>
|
</view>
|
||||||
<view id="actions_view" expansive="true">
|
</vbox>
|
||||||
<listbox id="actions" />
|
</hbox>
|
||||||
</view>
|
<hbox>
|
||||||
</vbox>
|
<boxfiller />
|
||||||
</hbox>
|
<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