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