mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +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 -->
|
<!-- Copyright (C) 2001-2013, 2015 by David Capello -->
|
||||||
<gui>
|
<gui>
|
||||||
<window text="Cel Properties" id="cel_properties">
|
<window text="Cel Properties" id="cel_properties">
|
||||||
<grid columns="2">
|
<grid columns="3">
|
||||||
<label text="Opacity:" />
|
<label text="Opacity:" />
|
||||||
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
||||||
|
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
||||||
<label text="Extras:" />
|
|
||||||
<hbox>
|
|
||||||
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
|
||||||
</hbox>
|
|
||||||
</grid>
|
</grid>
|
||||||
</window>
|
</window>
|
||||||
</gui>
|
</gui>
|
||||||
|
@ -3,20 +3,16 @@
|
|||||||
<gui>
|
<gui>
|
||||||
<window text="Layer Properties" id="layer_properties">
|
<window text="Layer Properties" id="layer_properties">
|
||||||
<vbox>
|
<vbox>
|
||||||
<grid columns="2">
|
<grid columns="3">
|
||||||
<label text="Name:" />
|
<label text="Name:" />
|
||||||
<entry text="" id="name" magnet="true" maxsize="256" minwidth="64" cell_align="horizontal" />
|
<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:" />
|
<label text="Mode:" />
|
||||||
<combobox id="mode" />
|
<combobox id="mode" cell_hspan="2" />
|
||||||
|
|
||||||
<label text="Opacity:" />
|
<label text="Opacity:" />
|
||||||
<slider id="opacity" min="0" max="255" width="128" />
|
<slider id="opacity" min="0" max="255" width="128" cell_align="horizontal" cell_hspan="2" />
|
||||||
|
|
||||||
<label text="Extras:" />
|
|
||||||
<hbox>
|
|
||||||
<button id="user_data" icon="icon_user_data" tooltip="User Data" />
|
|
||||||
</hbox>
|
|
||||||
</grid>
|
</grid>
|
||||||
</vbox>
|
</vbox>
|
||||||
</window>
|
</window>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user