mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
27 lines
862 B
XML
27 lines
862 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Cel Properties" name="cel_properties">
|
|
<grid columns="2">
|
|
<label text="Frame:" />
|
|
<label name="frame" />
|
|
|
|
<label text="Position: " />
|
|
<label name="pos" readonly="true" tooltip="X axis, Y axis" />
|
|
|
|
<label text="Dimension:" />
|
|
<label name="size" readonly="true" tooltip="Width x Height (Memory size)" />
|
|
|
|
<label text="Opacity:" />
|
|
<slider min="0" max="255" name="opacity" cell_align="horizontal" width="128" />
|
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
|
<button text="&OK" name="ok" magnetic="true" minwidth="60" />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</grid>
|
|
</window>
|
|
</jinete>
|