aseprite/data/widgets/sprite_properties.xml

65 lines
2.1 KiB
XML

<!-- Aseprite -->
<!-- Copyright (C) 2018-2020 Igara Studio S.A. -->
<!-- Copyright (C) 2001-2016 David Capello -->
<gui>
<window id="sprite_properties" text="@.title">
<vbox>
<grid id="properties_grid" columns="3">
<label text="@.filename" />
<entry text="" id="name" maxsize="256" minwidth="64" readonly="true" cell_align="horizontal" />
<button id="user_data" icon="icon_user_data" maxsize="32" tooltip="@general.user_data" />
<label text="@.type" />
<label text="" id="type" cell_hspan="2" />
<label text="@.size" />
<label text="" id="size" cell_hspan="2" />
<label text="@.frames" />
<label text="" id="frames" cell_hspan="2" />
</grid>
<grid columns="2">
<separator text="@.advanced" horizontal="true" cell_hspan="2" />
<label text="@.transparent_color" />
<hbox>
<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>
<label text="@.color_profile" />
<hbox>
<combobox id="color_profile" cell_align="horizontal" expansive="true" />
<hbox homogeneous="true">
<button id="assign_color_profile" text="@.assign" />
<button id="convert_color_profile" text="@.convert" />
</hbox>
</hbox>
</grid>
<vbox expansive="true" id="tilesets_placeholder">
<separator text="@.tilesets" horizontal="true" />
<view id="tilesets_view" expansive="true">
<listbox id="tilesets"></listbox>
</view>
</vbox>
<separator horizontal="true" />
<hbox>
<boxfiller />
<hbox homogeneous="true">
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="@general.cancel" closewindow="true" id="cancel" />
</hbox>
</hbox>
</vbox>
</window>
</gui>