mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Modify cel/layer property dialogs layout
This commit is contained in:
parent
8a653b6de2
commit
594892f5ef
@ -2,14 +2,10 @@
|
||||
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
|
||||
<gui>
|
||||
<window text="Cel Properties" id="cel_properties">
|
||||
<grid columns="2">
|
||||
<grid columns="3">
|
||||
<label text="Opacity:" />
|
||||
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
||||
|
||||
<label text="Extras:" />
|
||||
<hbox>
|
||||
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
||||
</hbox>
|
||||
</grid>
|
||||
</window>
|
||||
</gui>
|
||||
|
@ -3,20 +3,16 @@
|
||||
<gui>
|
||||
<window text="Layer Properties" id="layer_properties">
|
||||
<vbox>
|
||||
<grid columns="2">
|
||||
<grid columns="3">
|
||||
<label text="Name:" />
|
||||
<entry text="" id="name" magnet="true" maxsize="256" minwidth="64" cell_align="horizontal" />
|
||||
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
||||
|
||||
<label text="Mode:" />
|
||||
<combobox id="mode" />
|
||||
<combobox id="mode" cell_hspan="2" />
|
||||
|
||||
<label text="Opacity:" />
|
||||
<slider id="opacity" min="0" max="255" width="128" />
|
||||
|
||||
<label text="Extras:" />
|
||||
<hbox>
|
||||
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
||||
</hbox>
|
||||
<slider id="opacity" min="0" max="255" width="128" cell_align="horizontal" cell_hspan="2" />
|
||||
</grid>
|
||||
</vbox>
|
||||
</window>
|
||||
|
Loading…
Reference in New Issue
Block a user