2017-03-06 22:27:43 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Aseprite -->
|
2019-05-02 19:26:13 +00:00
|
|
|
<!-- Copyright (C) 2019 Igara Studio S.A. -->
|
|
|
|
<!-- Copyright (C) 2017-2018 David Capello -->
|
2017-03-06 22:27:43 +00:00
|
|
|
<gui>
|
|
|
|
<window id="slice_properties" text="@.title">
|
|
|
|
<grid columns="2">
|
|
|
|
<label text="@.name" />
|
|
|
|
<hbox>
|
|
|
|
<entry maxsize="256" id="name" magnet="true" expansive="true" />
|
|
|
|
<button id="user_data" icon="icon_user_data" tooltip="@.user_data_tooltip" />
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
|
|
|
|
|
|
|
<box />
|
|
|
|
<hbox homogeneous="true">
|
|
|
|
<label text="@.x" />
|
|
|
|
<label text="@.y" />
|
|
|
|
<label text="@.width" />
|
|
|
|
<label text="@.height" />
|
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<label text="@.bounds" />
|
|
|
|
<hbox homogeneous="true">
|
2018-06-28 16:33:13 +00:00
|
|
|
<expr id="bounds_x" />
|
|
|
|
<expr id="bounds_y" />
|
|
|
|
<expr id="bounds_w" />
|
|
|
|
<expr id="bounds_h" />
|
2017-03-06 22:27:43 +00:00
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<check text="@.center" id="center" />
|
|
|
|
<hbox homogeneous="true">
|
2019-05-02 19:26:13 +00:00
|
|
|
<expr id="center_x" />
|
|
|
|
<expr id="center_y" />
|
|
|
|
<expr id="center_w" />
|
|
|
|
<expr id="center_h" />
|
2017-03-14 22:00:24 +00:00
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<check text="@.pivot" id="pivot" />
|
|
|
|
<hbox>
|
2019-05-02 19:26:13 +00:00
|
|
|
<expr id="pivot_x" />
|
|
|
|
<expr id="pivot_y" />
|
2017-03-06 22:27:43 +00:00
|
|
|
</hbox>
|
|
|
|
|
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
|
|
|
|
|
|
|
<hbox cell_hspan="2">
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
|
|
|
</grid>
|
|
|
|
</window>
|
|
|
|
</gui>
|