aseprite/data/jids/pntprop.jid

24 lines
672 B
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
2007-09-18 23:57:02 +00:00
<!-- Read "LEGAL.txt" for more information. -->
<window text="Point Properties" name="point_properties">
2007-09-18 23:57:02 +00:00
<box vertical>
<box horizontal expansive>
<box vertical homogeneous>
<label text="X:" />
<label text="Y:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous expansive>
<entry maxsize="32" name="x" />
<entry maxsize="32" name="y" />
</box>
</box>
<box horizontal homogeneous>
<button text="&OK" name="button_ok" magnetic />
<button text="&Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>