diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-07 10:53:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-07 16:02:39 +0100 |
commit | 70d6e8e10700a891bae0cfe50fbbeaa91fa3664e (patch) | |
tree | 62d037a5b2eea9fe40155e479835a5c65dea09ca /sfx2 | |
parent | b0a390520bccd7edd496233088084de2170053f3 (diff) |
most has_tooltip uses are bogus
has_tooltip means to use "query-tooltip" to present a tooltip,
not that the widget has a literal tooltip, the presence of which
is sufficient to set the tooltip
Change-Id: I49b35debd1bca1803464096fbc550eb50945509f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86336
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 4d2a328bd20d..9bfdac820e73 100644 --- a/sfx2/uiconfig/ui/startcenter.ui +++ b/sfx2/uiconfig/ui/startcenter.ui @@ -265,7 +265,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="image">writer_all_image</property> @@ -285,7 +284,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="image">calc_all_image</property> @@ -305,7 +303,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="image">impress_all_image</property> @@ -325,7 +322,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="image">draw_all_image</property> @@ -345,7 +341,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="image">math_all_image</property> @@ -365,7 +360,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="margin_left">6</property> <property name="margin_right">6</property> <property name="image">database_all_image</property> @@ -438,7 +432,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="relief">none</property> <property name="use_underline">True</property> <property name="use_stock">True</property> @@ -455,7 +448,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="relief">none</property> <property name="use_underline">True</property> </object> |