diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-09-21 10:33:47 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-10-02 14:04:47 +0200 |
commit | a8b69bf89b4ae88b40d8fc2341a2d45decf4d1de (patch) | |
tree | e76b3c87f2837595d88a5f610aefe2cf3a3870d9 /sd/uiconfig/simpress/ui/customanimationspanel.ui | |
parent | 25f23c6570f909a8dfd2c7b0a78d43d59868a5f9 (diff) |
sd a11y: fix dozen of missing mnemonics
Change-Id: Ie0a7f85624da2ef2cd60fe7e074fa98cf64e779e
Reviewed-on: https://gerrit.libreoffice.org/61179
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd/uiconfig/simpress/ui/customanimationspanel.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanel.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index 25e7630bcd0b..ab043f157e31 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.4 --> <interface domain="sd"> <requires lib="gtk+" version="3.18"/> <requires lib="LibreOffice" version="1.0"/> @@ -349,6 +349,7 @@ <property name="halign">end</property> <property name="label" translatable="yes" context="customanimationspanel|delay_label">_Delay:</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">delay_value:0.0sec</property> </object> <packing> <property name="left_attach">0</property> @@ -383,8 +384,8 @@ <object class="GtkLabel" id="effect_label"> <property name="can_focus">False</property> <property name="hexpand">True</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="customanimationspanel|effect_label">Effect</property> + <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |