forked from aseprite/aseprite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrid_settings.xml
More file actions
27 lines (21 loc) · 792 Bytes
/
grid_settings.xml
File metadata and controls
27 lines (21 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- ASEPRITE -->
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Grid Settings" id="grid_settings">
<grid columns="4">
<label text="X:" />
<entry id="grid_x" text="" maxsize="4" magnet="true" />
<label text="Y:" />
<entry id="grid_y" text="" maxsize="4" />
<label text="Width:" />
<entry id="grid_w" text="" maxsize="4" />
<label text="Height:" />
<entry id="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" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="&Cancel" closewindow="true" />
</box>
</grid>
</window>
</gui>