aseprite/data/widgets/sprite_properties.xml

31 lines
983 B
XML
Raw Normal View History

<!-- ASEPRITE -->
2013-01-27 15:13:13 +00:00
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Sprite Properties" id="sprite_properties">
<vbox>
<grid columns="2">
<label text="File name:" />
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
<label text="Type:" />
<label text="" id="type" />
<label text="Size:" />
<label text="" id="size" />
<label text="Frames:" />
<label text="" id="frames" />
<label text="Transparent Color:" />
<hbox id="box_transparent" tooltip="Palette entry used as&#10;transparent color in each&#10;layer (only for indexed images)." />
</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>
2007-09-18 23:57:02 +00:00
</window>
</gui>