aseprite/data/widgets/sprite_properties.xml

34 lines
1.1 KiB
XML
Raw Normal View History

<!-- ASEPRITE -->
2012-01-06 03:52:11 +00:00
<!-- Copyright (C) 2001-2012 by David Capello -->
<gui>
<window text="Sprite Properties" id="sprite_properties">
<box vertical="true">
<box horizontal="true">
<grid columns="2" expansive="true">
<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:" />
<box horizontal="true" id="box_transparent" tooltip="Palette entry used as transparent color in each layer (only for indexed images)." />
</grid>
2007-09-18 23:57:02 +00:00
</box>
<separator horizontal="true" />
<box horizontal="true">
<box horizontal="true" expansive="true" />
<button text="&amp;OK" closewindow="true" id="ok" magnet="true" width="60" />
<button text="&amp;Cancel" closewindow="true" id="cancel" width="60" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</gui>