diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-14 14:32:22 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-10-24 11:49:07 +0000 |
commit | 04f66b00738601a789eb76b7a950c0dec6fbb084 (patch) | |
tree | 8ffe5c7d962b6735e3d8e2c33b5aa3a64754137f | |
parent | 7076cc68fd16e28c53138502cbe374efe606a768 (diff) |
tdf#91063 Change show legend label to tooltip in chart sidebar
Change-Id: I3d4cd44527bd9687df002543055286daf6e24a65
Reviewed-on: https://gerrit.libreoffice.org/19370
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | chart2/uiconfig/ui/sidebarelements.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/uiconfig/ui/sidebarelements.ui b/chart2/uiconfig/ui/sidebarelements.ui index 901a483df798..9ee199e26ba4 100644 --- a/chart2/uiconfig/ui/sidebarelements.ui +++ b/chart2/uiconfig/ui/sidebarelements.ui @@ -97,12 +97,13 @@ <property name="can_focus">False</property> <child> <object class="GtkCheckButton" id="checkbutton_legend"> - <property name="label" translatable="yes">Show Legend</property> + <property name="tooltip_text" translatable="yes">Show Legend</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <property name="margin_right">5</property> </object> <packing> <property name="left_attach">0</property> |