mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-15 20:42:40 +00:00
Fix user data labels
This commit is contained in:
parent
7ab2d114b7
commit
3b2e76e745
@ -873,7 +873,7 @@
|
||||
|
||||
<style id="tooltip_text">
|
||||
<background color="tooltip_face" />
|
||||
<text color="tooltip_text" />
|
||||
<text color="tooltip_text" align="left" />
|
||||
</style>
|
||||
|
||||
<style id="label" padding="1">
|
||||
|
@ -3,10 +3,10 @@
|
||||
<gui>
|
||||
<tipwindow id="user_data" text="@.title">
|
||||
<vbox>
|
||||
<label text="@.user_data" />
|
||||
<label text="@.user_data" style="tooltip_text" />
|
||||
<entry id="text" magnet="true" maxsize="65535" minwidth="128" expansive="true" />
|
||||
<hbox>
|
||||
<label text="@.color" />
|
||||
<label text="@.color" style="tooltip_text" />
|
||||
<colorpicker id="color" expansive="true" />
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
Loading…
x
Reference in New Issue
Block a user