2014-08-11 06:57:22 -03:00
|
|
|
<!-- Aseprite -->
|
2015-06-14 20:23:49 -03:00
|
|
|
<!-- Copyright (C) 2001-2015 by David Capello -->
|
2014-08-11 06:57:22 -03:00
|
|
|
<gui>
|
|
|
|
<window text="Layer Properties" id="layer_properties">
|
|
|
|
<vbox>
|
|
|
|
<grid columns="2">
|
|
|
|
<label text="Name:" />
|
|
|
|
<entry text="" id="name" magnet="true" maxsize="256" minwidth="64" cell_align="horizontal" />
|
2015-06-13 21:29:16 -03:00
|
|
|
|
|
|
|
<label text="Mode:" />
|
|
|
|
<combobox id="mode" />
|
2015-06-14 20:23:49 -03:00
|
|
|
|
|
|
|
<label text="Opacity:" />
|
|
|
|
<slider id="opacity" min="0" max="255" width="128" />
|
2014-08-11 06:57:22 -03:00
|
|
|
</grid>
|
|
|
|
<separator horizontal="true" />
|
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="&Cancel" closewindow="true" id="cancel" width="60" />
|
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</window>
|
|
|
|
</gui>
|