aseprite/data/widgets/layer_properties.xml

20 lines
628 B
XML
Raw Normal View History

2014-08-11 09:57:22 +00:00
<!-- Aseprite -->
2015-06-14 23:23:49 +00:00
<!-- Copyright (C) 2001-2015 by David Capello -->
2014-08-11 09:57:22 +00:00
<gui>
<window text="Layer Properties" id="layer_properties">
<vbox>
<grid columns="3">
2014-08-11 09:57:22 +00:00
<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" cell_hspan="2" />
2015-06-14 23:23:49 +00:00
<label text="Opacity:" />
<slider id="opacity" min="0" max="255" width="128" cell_align="horizontal" cell_hspan="2" />
2014-08-11 09:57:22 +00:00
</grid>
</vbox>
</window>
</gui>