mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
12 lines
372 B
XML
12 lines
372 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<window id="cel_properties" text="@.title">
|
|
<grid columns="3">
|
|
<label text="@.opacity" />
|
|
<slider min="0" max="255" id="opacity" cell_align="horizontal" width="128" />
|
|
<button id="user_data" icon="icon_user_data" tooltip="@.user_data_tooltip" />
|
|
</grid>
|
|
</window>
|
|
</gui>
|