mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
8e498470d5
Added the feature #2419098 (David Campo idea).
23 lines
640 B
Plaintext
23 lines
640 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<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>
|