aseprite/data/widgets/user_data.xml

15 lines
460 B
XML
Raw Normal View History

2015-12-11 23:17:34 +00:00
<!-- Aseprite -->
<!-- Copyright (C) 2001-2017 by David Capello -->
2015-12-11 23:17:34 +00:00
<gui>
<tipwindow id="user_data">
<vbox style="tooltip_face">
2017-03-09 15:18:57 +00:00
<label text="@.user_data" style="tooltip_text" />
2015-12-11 23:17:34 +00:00
<entry id="text" magnet="true" maxsize="65535" minwidth="128" expansive="true" />
<hbox>
2017-03-09 15:18:57 +00:00
<label text="@.color" style="tooltip_text" />
<colorpicker id="color" simple="true" expansive="true" />
2015-12-11 23:17:34 +00:00
</hbox>
</vbox>
</tipwindow>
</gui>