2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2016-05-24 15:25:11 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="sprite_properties" text="@.title">
|
2014-05-02 23:09:18 +00:00
|
|
|
<vbox>
|
|
|
|
<grid columns="2">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.filename" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.type" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<label text="" id="type" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.size" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<label text="" id="size" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.frames" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<label text="" id="frames" />
|
2010-04-25 17:35:10 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<separator text="@.advanced" horizontal="true" cell_hspan="2" />
|
2016-05-24 15:25:11 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.transparent_color" />
|
|
|
|
<hbox id="transparent_color_placeholder" tooltip="@.transparent_color_tooltip" />
|
2016-05-24 15:25:11 +00:00
|
|
|
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.pixel_ratio" />
|
2016-05-24 15:25:11 +00:00
|
|
|
<combobox id="pixel_ratio" cell_align="horizontal">
|
2016-12-23 15:38:32 +00:00
|
|
|
<listitem text="@.square_pixels" value="1:1" />
|
|
|
|
<listitem text="@.double_wide" value="2:1" />
|
|
|
|
<listitem text="@.double_high" value="1:2" />
|
2016-05-24 15:25:11 +00:00
|
|
|
</combobox>
|
|
|
|
|
2014-05-02 23:09:18 +00:00
|
|
|
</grid>
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
2014-05-02 23:09:18 +00:00
|
|
|
<hbox>
|
|
|
|
<boxfiller />
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" width="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" id="cancel" width="60" />
|
2014-05-02 23:09:18 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
2007-09-18 23:57:02 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|