2014-08-11 09:57:22 +00:00
|
|
|
<!-- Aseprite -->
|
2016-12-23 15:38:32 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2014-08-11 09:57:22 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="layer_properties" text="@.title">
|
2014-08-11 09:57:22 +00:00
|
|
|
<vbox>
|
2015-12-11 19:28:08 +00:00
|
|
|
<grid columns="3">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.name" />
|
2014-08-11 09:57:22 +00:00
|
|
|
<entry text="" id="name" magnet="true" maxsize="256" minwidth="64" cell_align="horizontal" />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button id="user_data" icon="icon_user_data" tooltip="@general.user_data" />
|
2015-06-14 00:29:16 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.mode" />
|
2015-12-11 19:28:08 +00:00
|
|
|
<combobox id="mode" cell_hspan="2" />
|
2015-06-14 23:23:49 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.opacity" />
|
2015-12-11 19:28:08 +00:00
|
|
|
<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>
|