Add missing user_data.xml

This commit is contained in:
David Capello 2015-12-11 20:17:34 -03:00
parent 8698ac5f57
commit c49abf9969

View File

@ -0,0 +1,14 @@
<!-- Aseprite -->
<!-- Copyright (C) 2001-2015 by David Capello -->
<gui>
<tipwindow text="User Data" id="user_data">
<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>