mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
23 lines
732 B
Plaintext
23 lines
732 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Point Properties" name="point_properties">
|
|
<box vertical="true">
|
|
<box horizontal="true" expansive="true">
|
|
<box vertical="true" homogeneous="true">
|
|
<label text="X:" />
|
|
<label text="Y:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
<entry maxsize="32" name="x" magnetic="true" />
|
|
<entry maxsize="32" name="y" />
|
|
</box>
|
|
</box>
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" name="button_ok" magnetic="true" />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|