mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
04cf5eaa15
They work like a regular slider but use 0%-100% or 0-255 ranges depending on configuration settings.
21 lines
694 B
XML
21 lines
694 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2020-2024 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<window id="cel_properties" text="@.title">
|
|
<grid id="properties_grid" columns="4">
|
|
<label text="@.opacity" />
|
|
<opacityslider id="opacity" cell_align="horizontal" width="128" cell_hspan="2" />
|
|
<button id="user_data" icon="icon_user_data" tooltip="@.user_data_tooltip" />
|
|
|
|
<label text="@.zindex" />
|
|
<expr id="zindex" cell_align="horizontal" width="128" />
|
|
<buttonset id="zindex_spin" columns="1">
|
|
<item icon="spin_up" />
|
|
<item icon="spin_down" />
|
|
</buttonset>
|
|
<boxfiller />
|
|
</grid>
|
|
</window>
|
|
</gui>
|