Fix user data labels

This commit is contained in:
David Capello 2017-03-09 12:18:57 -03:00
parent 7ab2d114b7
commit 3b2e76e745
2 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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>