mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
22 lines
748 B
XML
22 lines
748 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2020 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<window id="layer_properties" text="@.title">
|
|
<vbox>
|
|
<grid id="properties_grid" columns="3">
|
|
<label text="@.name" />
|
|
<entry text="" id="name" magnet="true" maxsize="256" minwidth="64" cell_align="horizontal" />
|
|
<button id="user_data" icon="icon_user_data" tooltip="@general.user_data" />
|
|
|
|
<label text="@.mode" />
|
|
<combobox id="mode" />
|
|
<button id="tileset" icon="tiles" tooltip="@.tileset_tooltip" />
|
|
|
|
<label text="@.opacity" />
|
|
<opacityslider id="opacity" width="128" cell_align="horizontal" cell_hspan="2" />
|
|
</grid>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|