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