aseprite/data/widgets/user_data.xml

12 lines
400 B
XML
Raw Normal View History

2015-12-11 23:17:34 +00:00
<!-- Aseprite -->
<!-- Copyright (C) 2020-2021 by Igara Studio S.A. -->
<!-- Copyright (C) 2001-2017 by David Capello -->
2015-12-11 23:17:34 +00:00
<gui>
2020-09-10 18:49:08 +00:00
<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" />
2020-09-10 18:49:08 +00:00
</hbox>
2015-12-11 23:17:34 +00:00
</gui>