mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
28 lines
795 B
XML
28 lines
795 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
|
<jinete>
|
|
<window text="Grid Settings" name="grid_settings">
|
|
<grid columns="4">
|
|
|
|
<label text="X:" />
|
|
<entry name="grid_x" text="" maxsize="4" magnetic="true" />
|
|
|
|
<label text="Y:" />
|
|
<entry name="grid_y" text="" maxsize="4" />
|
|
|
|
<label text="Width:" />
|
|
<entry name="grid_w" text="" maxsize="4" />
|
|
|
|
<label text="Height:" />
|
|
<entry name="grid_h" text="" maxsize="4" />
|
|
|
|
<separator horizontal="true" cell_hspan="4" />
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="4" cell_align="right">
|
|
<button text="&OK" name="ok" magnetic="true" minwidth="60" />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</grid>
|
|
</window>
|
|
</jinete>
|