diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-29 16:59:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-31 15:07:12 +0100 |
commit | 912bc5d73736a90b108fc4c72eb64ad70845ce30 (patch) | |
tree | 0677a1022b6ba11d23413b477e325c1fc032622f /sfx2/uiconfig/ui/developmenttool.ui | |
parent | b73bf4a5fca4fcfff24b234a7337c7a25d75887d (diff) |
gtk[3 vs 4]: remove can-focus from GtkToolButton
so tab-cycling inside sidebar panel toolbars works as wanted
It needs to be false for gtk3 and true for gtk4, leaving it unspecified
gets a desired working default.
Change-Id: I34869d5dcffc814f62ec2b717108f90c395a067b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124446
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig/ui/developmenttool.ui')
-rw-r--r-- | sfx2/uiconfig/ui/developmenttool.ui | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/uiconfig/ui/developmenttool.ui b/sfx2/uiconfig/ui/developmenttool.ui index 2266a6590921..ae465a56bfb8 100644 --- a/sfx2/uiconfig/ui/developmenttool.ui +++ b/sfx2/uiconfig/ui/developmenttool.ui @@ -113,7 +113,6 @@ <child> <object class="GtkToggleToolButton" id="dom_current_selection_toggle"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="developmenttool|dom_current_selection_toggle-tooltip">Current Selection In Document</property> <property name="label" translatable="yes" context="developmenttool|dom_current_selection_toggle">Current Selection</property> <property name="use-underline">True</property> @@ -126,7 +125,6 @@ <child> <object class="GtkToolButton" id="dom_refresh_button"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="developmenttool|dom_refresh_button-tooltip">Refresh Document Model Tree View</property> <property name="label" translatable="yes" context="developmenttool|dom_refresh_button">Refresh</property> <property name="use-underline">True</property> @@ -222,7 +220,6 @@ <child> <object class="GtkToolButton" id="back"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="developmenttool|tooltip-back">Back</property> <property name="label" translatable="yes" context="developmenttool|back">Back</property> <property name="use-underline">True</property> @@ -236,7 +233,6 @@ <child> <object class="GtkToolButton" id="inspect"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="developmenttool|tooltip-inspect">Inspect</property> <property name="label" translatable="yes" context="developmenttool|inspect">Inspect</property> <property name="use-underline">True</property> @@ -250,7 +246,6 @@ <child> <object class="GtkToolButton" id="refresh"> <property name="visible">True</property> - <property name="can-focus">False</property> <property name="tooltip-text" translatable="yes" context="developmenttool|tooltip-refresh">Refresh</property> <property name="label" translatable="yes" context="developmenttool|refresh">Refresh</property> <property name="use-underline">True</property> |