summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-22 21:14:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-23 09:55:36 +0100
commite111b2629f7e2b36b5898a0b907714cbb5f94d8f (patch)
tree495fb47d8f13bd4e2be5f636728980907e97cfa5 /sd
parentda89a85bbba71a965b75f06e628e001f48c57c2c (diff)
Related: tdf#118764 last of the GtkButtons with can-focus False
Change-Id: I8001d8c6c950e74df0f909e1cebfb3d1e52a84a4 Reviewed-on: https://gerrit.libreoffice.org/63847 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/simpress/ui/presentationdialog.ui2
-rw-r--r--sd/uiconfig/simpress/ui/slidedesigndialog.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/presentationdialog.ui b/sd/uiconfig/simpress/ui/presentationdialog.ui
index d85e2f19edee..d2c5227f948d 100644
--- a/sd/uiconfig/simpress/ui/presentationdialog.ui
+++ b/sd/uiconfig/simpress/ui/presentationdialog.ui
@@ -60,7 +60,7 @@
<object class="GtkButton" id="help">
<property name="label">gtk-help</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
</object>
diff --git a/sd/uiconfig/simpress/ui/slidedesigndialog.ui b/sd/uiconfig/simpress/ui/slidedesigndialog.ui
index 01559519b050..df92adf38718 100644
--- a/sd/uiconfig/simpress/ui/slidedesigndialog.ui
+++ b/sd/uiconfig/simpress/ui/slidedesigndialog.ui
@@ -72,7 +72,7 @@
<object class="GtkButton" id="help">
<property name="label">gtk-help</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
</object>