summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-11-12 15:55:57 -0900
committerCaolán McNamara <caolanm@redhat.com>2018-11-23 10:02:24 +0100
commit10aebd07f7bef6338de967b2dedfed2589d080eb (patch)
tree013e83410803ea386ea7d4852e8d5e5a6bd56bf3 /sd
parenta0131f3200bddb068eee9bb72f9bfa1cf24fd643 (diff)
tdf#118764 Animation panel tab stop fixes
Change-Id: I551a5e930731b5a173066b831dd40bea1bfdfbcd Reviewed-on: https://gerrit.libreoffice.org/63834 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/customanimationspanel.ui18
1 files changed, 9 insertions, 9 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui
index ab043f157e31..d8c02002cf81 100644
--- a/sd/uiconfig/simpress/ui/customanimationspanel.ui
+++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui
@@ -85,7 +85,7 @@
<child>
<object class="GtkButton" id="add_effect">
<property name="visible">True</property>
- <property name="can_focus">False</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="customanimationspanel|add_effect|tooltip_text">Add Effect</property>
@@ -100,7 +100,7 @@
<child>
<object class="GtkButton" id="remove_effect">
<property name="visible">True</property>
- <property name="can_focus">False</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="customanimationspanel|remove_effect|tooltip_text">Remove Effect</property>
@@ -115,7 +115,7 @@
<child>
<object class="GtkButton" id="move_up">
<property name="visible">True</property>
- <property name="can_focus">False</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="customanimationspanel|move_up|tooltip_text">Move Up</property>
@@ -130,7 +130,7 @@
<child>
<object class="GtkButton" id="move_down">
<property name="visible">True</property>
- <property name="can_focus">False</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="customanimationspanel|move_down|tooltip_text">Move Down</property>
@@ -187,7 +187,7 @@
<child>
<object class="GtkComboBoxText" id="categorylb">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="popup_fixed_width">False</property>
<items>
<item translatable="yes" context="customanimationspanel|categorylb">Entrance</item>
@@ -279,7 +279,7 @@
<child>
<object class="GtkComboBoxText" id="start_effect_list">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="hexpand">True</property>
<items>
<item translatable="yes" context="customanimationspanel|start_effect_list">On click</item>
@@ -301,7 +301,7 @@
<child>
<object class="sdlo-PropertyControl" id="effect_property_list">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="hexpand">True</property>
</object>
<packing>
@@ -333,7 +333,7 @@
<child>
<object class="VclComboBoxNumeric" id="anim_duration:0.00sec">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
<property name="has_tooltip">True</property>
<property name="hexpand">True</property>
</object>
@@ -446,7 +446,7 @@
<object class="GtkButton" id="play">
<property name="label" translatable="yes" context="customanimationspanel|play">Play</property>
<property name="visible">True</property>
- <property name="can_focus">False</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="customanimationspanel|play|tooltip_text">Preview Effect</property>