summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-10-29 16:59:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-10-31 15:07:12 +0100
commit912bc5d73736a90b108fc4c72eb64ad70845ce30 (patch)
tree0677a1022b6ba11d23413b477e325c1fc032622f /dbaccess
parentb73bf4a5fca4fcfff24b234a7337c7a25d75887d (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 'dbaccess')
-rw-r--r--dbaccess/uiconfig/ui/indexdesigndialog.ui5
1 files changed, 0 insertions, 5 deletions
diff --git a/dbaccess/uiconfig/ui/indexdesigndialog.ui b/dbaccess/uiconfig/ui/indexdesigndialog.ui
index 05617dbf6c9f..9a49e3958c14 100644
--- a/dbaccess/uiconfig/ui/indexdesigndialog.ui
+++ b/dbaccess/uiconfig/ui/indexdesigndialog.ui
@@ -85,7 +85,6 @@
<child>
<object class="GtkToolButton" id="ID_INDEX_NEW">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_NEW">New Index</property>
<property name="use_underline">True</property>
@@ -99,7 +98,6 @@
<child>
<object class="GtkToolButton" id="ID_INDEX_DROP">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_DROP">Delete Current Index</property>
<property name="use_underline">True</property>
@@ -113,7 +111,6 @@
<child>
<object class="GtkToolButton" id="ID_INDEX_RENAME">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_RENAME">Rename Current Index</property>
<property name="use_underline">True</property>
@@ -127,7 +124,6 @@
<child>
<object class="GtkToolButton" id="ID_INDEX_SAVE">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_SAVE">Save Current Index</property>
<property name="use_underline">True</property>
@@ -141,7 +137,6 @@
<child>
<object class="GtkToolButton" id="ID_INDEX_RESET">
<property name="visible">True</property>
- <property name="can_focus">False</property>
<property name="valign">start</property>
<property name="label" translatable="yes" context="indexdesigndialog|ID_INDEX_RESET">Reset Current Index</property>
<property name="use_underline">True</property>