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 /fpicker | |
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 'fpicker')
-rw-r--r-- | fpicker/uiconfig/ui/explorerfiledialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpicker/uiconfig/ui/explorerfiledialog.ui b/fpicker/uiconfig/ui/explorerfiledialog.ui index 28c73f198b16..b50a15867c4f 100644 --- a/fpicker/uiconfig/ui/explorerfiledialog.ui +++ b/fpicker/uiconfig/ui/explorerfiledialog.ui @@ -165,7 +165,6 @@ <child> <object class="GtkMenuToolButton" id="up_btn"> <property name="visible">True</property> - <property name="can_focus">False</property> <property name="use_underline">True</property> <property name="icon_name">res/fp010.png</property> </object> |