aseprite/data/widgets/grid_settings.xml

35 lines
959 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2001-2018 by David Capello -->
<gui>
<window id="grid_settings" text="@.title">
<grid columns="4">
<label text="@.x" />
<expr id="grid_x" text="" magnet="true" />
<label text="@.y" />
<expr id="grid_y" text="" />
<label text="@.width" />
<expr id="grid_w" text="" />
<label text="@.height" />
<expr id="grid_h" text="" />
<boxfiller />
<combobox id="grid_type" expansive="true" cell_hspan="3">
<listitem text="@.type_orthogonal" />
<listitem text="@.type_isometric_shared" />
<listitem text="@.type_isometric_thick" />
</combobox>
<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>