mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Minor style change to select_accelerator.xml <grid> element
This commit is contained in:
parent
22c58887dd
commit
e8ff3b8cda
@ -1,15 +1,15 @@
|
||||
<!-- Aseprite -->
|
||||
<!-- Copyright (C) 2001-2014 by David Capello -->
|
||||
<!-- Copyright (C) 2001-2015 by David Capello -->
|
||||
<gui>
|
||||
<window id="select_accelerator" text="Keyboard Shortcut">
|
||||
<vbox expansive="true">
|
||||
<grid columns="3" expansive="true">
|
||||
<grid columns="3">
|
||||
<label text="Key:" />
|
||||
<hbox id="key_placeholder" expansive="true" />
|
||||
<hbox id="key_placeholder" cell_align="horizontal" />
|
||||
<button text="Clear" id="clear_button" width="60" />
|
||||
|
||||
<label text="Modifiers:" />
|
||||
<hbox cell_hspan="2">
|
||||
<hbox cell_hspan="2" cell_align="horizontal">
|
||||
<check text="Ctrl" id="ctrl" />
|
||||
<check text="Cmd" id="cmd" />
|
||||
<check text="Alt" id="alt" />
|
||||
@ -21,6 +21,7 @@
|
||||
<label text="" id="assigned_to" cell_hspan="2" />
|
||||
</grid>
|
||||
|
||||
<boxfiller />
|
||||
<separator horizontal="true" />
|
||||
|
||||
<box horizontal="true">
|
||||
|
Loading…
Reference in New Issue
Block a user