Minor style change to select_accelerator.xml <grid> element

This commit is contained in:
David Capello 2015-05-28 17:00:37 -03:00
parent 22c58887dd
commit e8ff3b8cda

View File

@ -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">