mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
Add missing user_data.xml
This commit is contained in:
parent
8698ac5f57
commit
c49abf9969
14
data/widgets/user_data.xml
Normal file
14
data/widgets/user_data.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user