aseprite/data/widgets/layer_properties.xml
2016-12-23 12:38:32 -03:00

20 lines
631 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window id="layer_properties" text="@.title">
<vbox>
<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="@general.user_data" />
<label text="@.mode" />
<combobox id="mode" cell_hspan="2" />
<label text="@.opacity" />
<slider id="opacity" min="0" max="255" width="128" cell_align="horizontal" cell_hspan="2" />
</grid>
</vbox>
</window>
</gui>