aseprite/data/widgets/sprite_properties.xml

53 lines
1.7 KiB
XML
Raw Normal View History

<!-- Aseprite -->
2018-10-18 18:29:16 +00:00
<!-- Copyright (C) 2018 Igara Studio S.A. -->
<!-- Copyright (C) 2001-2016 David Capello -->
<gui>
<window id="sprite_properties" text="@.title">
<vbox>
<grid columns="2">
<label text="@.filename" />
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
<label text="@.type" />
<label text="" id="type" />
<label text="@.size" />
<label text="" id="size" />
<label text="@.frames" />
<label text="" id="frames" />
<separator text="@.advanced" horizontal="true" cell_hspan="2" />
<label text="@.transparent_color" />
<hbox>
2018-12-13 18:25:31 +00:00
<hbox id="transparent_color_placeholder" />
</hbox>
<label text="@.pixel_ratio" />
<combobox id="pixel_ratio" cell_align="horizontal">
<listitem text="@.square_pixels" value="1:1" />
<listitem text="@.double_wide" value="2:1" />
<listitem text="@.double_high" value="1:2" />
</combobox>
2018-10-18 18:29:16 +00:00
<label text="@.color_profile" />
<hbox>
<combobox id="color_profile" cell_align="horizontal" expansive="true"></combobox>
<hbox homogeneous="true">
<button id="assign_color_profile" text="@.assign_color_profile">Assign</button>
<button id="convert_color_profile" text="@.convert_color_profile">Convert</button>
</hbox>
</hbox>
</grid>
<separator horizontal="true" />
<hbox>
<boxfiller />
<button text="@general.ok" closewindow="true" id="ok" magnet="true" width="60" />
<button text="@general.cancel" closewindow="true" id="cancel" width="60" />
</hbox>
</vbox>
2007-09-18 23:57:02 +00:00
</window>
</gui>