mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
15 lines
460 B
XML
15 lines
460 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2017 by David Capello -->
|
|
<gui>
|
|
<tipwindow id="user_data">
|
|
<vbox style="tooltip_face">
|
|
<label text="@.user_data" style="tooltip_text" />
|
|
<entry id="text" magnet="true" maxsize="65535" minwidth="128" expansive="true" />
|
|
<hbox>
|
|
<label text="@.color" style="tooltip_text" />
|
|
<colorpicker id="color" simple="true" expansive="true" />
|
|
</hbox>
|
|
</vbox>
|
|
</tipwindow>
|
|
</gui>
|