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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/uiconfig/ui/extensionmanager.ui | 1 | ||||
-rw-r--r-- | desktop/uiconfig/ui/updatedialog.ui | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index 0bdcdccc530f..be2ca3e37d14 100644 --- a/desktop/uiconfig/ui/extensionmanager.ui +++ b/desktop/uiconfig/ui/extensionmanager.ui @@ -318,7 +318,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="xalign">0</property> </object> diff --git a/desktop/uiconfig/ui/updatedialog.ui b/desktop/uiconfig/ui/updatedialog.ui index 820871d98032..25ee24c0100a 100644 --- a/desktop/uiconfig/ui/updatedialog.ui +++ b/desktop/uiconfig/ui/updatedialog.ui @@ -270,7 +270,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> </object> <packing> @@ -298,7 +297,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> </object> <packing> |