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 /fpicker | |
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 'fpicker')
-rw-r--r-- | fpicker/uiconfig/ui/explorerfiledialog.ui | 2 | ||||
-rw-r--r-- | fpicker/uiconfig/ui/remotefilesdialog.ui | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui index 54fa3f52e5b0..21f3c84fd7e7 100644 --- a/fpicker/uiconfig/ui/explorerfiledialog.ui +++ b/fpicker/uiconfig/ui/explorerfiledialog.ui @@ -132,7 +132,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="tooltip_text" translatable="yes" context="explorerfiledialog|connect_to_server|tooltip_text">Connect To Server</property> <property name="valign">center</property> <child internal-child="accessible"> @@ -194,7 +193,6 @@ <property name="can_focus">True</property> <property name="focus_on_click">False</property> <property name="receives_default">True</property> - <property name="has_tooltip">True</property> <property name="tooltip_text" translatable="yes" context="explorerfiledialog|new_folder|tooltip_text">Create New Folder</property> <property name="valign">center</property> <property name="image">image4</property> diff --git a/fpicker/uiconfig/ui/remotefilesdialog.ui b/fpicker/uiconfig/ui/remotefilesdialog.ui index a069b2fb0c21..e721340710e6 100644 --- a/fpicker/uiconfig/ui/remotefilesdialog.ui +++ b/fpicker/uiconfig/ui/remotefilesdialog.ui @@ -261,7 +261,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="tooltip_text" translatable="yes" context="remotefilesdialog|list_view|tooltip_text">List view</property> <property name="image">image2</property> <property name="active">True</property> @@ -277,7 +276,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="tooltip_text" translatable="yes" context="remotefilesdialog|icon_view|tooltip_text">Icon view</property> <property name="image">image1</property> </object> @@ -294,7 +292,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="tooltip_text" translatable="yes" context="remotefilesdialog|new_folder|tooltip_text">Create New Folder</property> <property name="margin_left">6</property> <property name="image">image3</property> |