aseprite/data/widgets/layer_properties.xml

22 lines
650 B
XML
Raw Normal View History

2014-08-11 09:57:22 +00:00
<!-- Aseprite -->
<!-- Copyright (C) 2001-2014 by David Capello -->
<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" />
<label text="Mode:" />
<combobox id="mode" />
2014-08-11 09:57:22 +00:00
</grid>
<separator horizontal="true" />
<hbox>
<boxfiller />
<button text="&amp;OK" closewindow="true" id="ok" magnet="true" width="60" />
<button text="&amp;Cancel" closewindow="true" id="cancel" width="60" />
</hbox>
</vbox>
</window>
</gui>