mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
ef28731b5a
Removed the bugreport address "color" is now in the core (isn't a module anymore) Refactored palette_editor -> paledit Added test_intmult.c Completed test_jlist.c Added test_init, test_init_gui & test_exit routines Added test_jgrid.c
24 lines
692 B
Plaintext
24 lines
692 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2008 by David A. Capello -->
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
<jinete>
|
|
<window text="Point Properties" name="point_properties">
|
|
<box vertical>
|
|
<box horizontal expansive>
|
|
<box vertical homogeneous>
|
|
<label text="X:" />
|
|
<label text="Y:" />
|
|
</box>
|
|
<box vertical homogeneous expansive>
|
|
<entry maxsize="32" name="x" magnetic />
|
|
<entry maxsize="32" name="y" />
|
|
</box>
|
|
</box>
|
|
<box horizontal homogeneous>
|
|
<button text="&OK" name="button_ok" magnetic />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|