mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
12 lines
400 B
XML
12 lines
400 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2020-2021 by Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2017 by David Capello -->
|
|
<gui>
|
|
<hbox id="user_data">
|
|
<label id="color_label" text="@.color" />
|
|
<label id="entry_label" text="@.user_data" />
|
|
<colorpicker id="color" simple="true" expansive="true" />
|
|
<entry id="entry" maxsize="65535" minwidth="128" expansive="true" />
|
|
</hbox>
|
|
</gui>
|