2015-12-11 23:17:34 +00:00
|
|
|
<!-- Aseprite -->
|
2017-03-09 19:15:39 +00:00
|
|
|
<!-- Copyright (C) 2001-2017 by David Capello -->
|
2015-12-11 23:17:34 +00:00
|
|
|
<gui>
|
2017-03-09 19:15:39 +00:00
|
|
|
<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" />
|
2017-04-04 23:02:29 +00:00
|
|
|
<colorpicker id="color" simple="true" expansive="true" />
|
2015-12-11 23:17:34 +00:00
|
|
|
</hbox>
|
|
|
|
</vbox>
|
|
|
|
</tipwindow>
|
|
|
|
</gui>
|