aseprite/data/widgets/grid_settings.xml
2016-12-23 12:38:32 -03:00

28 lines
798 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window id="grid_settings" text="@.title">
<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="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="@general.cancel" closewindow="true" />
</box>
</grid>
</window>
</gui>