aseprite/data/widgets/user_data.xml
2017-04-04 20:02:29 -03:00

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>