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">
<background color="tooltip_face" />
<text color="tooltip_text" />
<text color="tooltip_text" align="left" />
</style>
<style id="label" padding="1">

View File

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