mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +00:00
15 lines
398 B
XML
15 lines
398 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<tipwindow id="user_data" text="@.title">
|
|
<vbox>
|
|
<label text="@.user_data" />
|
|
<entry id="text" magnet="true" maxsize="65535" minwidth="128" expansive="true" />
|
|
<hbox>
|
|
<label text="@.color" />
|
|
<colorpicker id="color" expansive="true" />
|
|
</hbox>
|
|
</vbox>
|
|
</tipwindow>
|
|
</gui>
|