diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-08-30 18:36:53 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-09-05 10:55:24 +0200 |
commit | 10e09915a1b5fe789cec3bb6378347155d9f4e9e (patch) | |
tree | e8d2fbe4cf6b5f8fc721992c2d259cd12c27700f /sfx2/uiconfig/ui | |
parent | 7010edf9c3cd1a602417421980092dee9ce7ea94 (diff) |
sfx2 template dialogs: fix some a11y issues
Change-Id: I5a72addaea131f59edec915491d11fa312a46049
Reviewed-on: https://gerrit.libreoffice.org/59834
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/saveastemplatedlg.ui | 6 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/templatecategorydlg.ui | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sfx2/uiconfig/ui/saveastemplatedlg.ui b/sfx2/uiconfig/ui/saveastemplatedlg.ui index 1e1dd0e4e4dd..9362b981a5f2 100644 --- a/sfx2/uiconfig/ui/saveastemplatedlg.ui +++ b/sfx2/uiconfig/ui/saveastemplatedlg.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.2 --> +<!-- Generated with glade 3.20.0 --> <interface domain="sfx"> <requires lib="gtk+" version="3.18"/> <object class="GtkListStore" id="categorylist"> @@ -150,6 +150,7 @@ <property name="can_focus">False</property> <property name="label" translatable="yes" context="saveastemplatedlg|select_label">Template _Category</property> <property name="use_underline">True</property> + <property name="mnemonic_widget">categorylb</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="normal"/> @@ -237,8 +238,5 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> diff --git a/sfx2/uiconfig/ui/templatecategorydlg.ui b/sfx2/uiconfig/ui/templatecategorydlg.ui index 908120a62908..106c5a1a03cb 100644 --- a/sfx2/uiconfig/ui/templatecategorydlg.ui +++ b/sfx2/uiconfig/ui/templatecategorydlg.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.4 --> +<!-- Generated with glade 3.20.0 --> <interface domain="sfx"> <requires lib="gtk+" version="3.18"/> <object class="GtkListStore" id="categorylist"> @@ -107,6 +107,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="templatecategorydlg|select_label">Select from Existing Category</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">categorylb</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="normal"/> @@ -175,6 +177,8 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes" context="templatecategorydlg|create_label">or Create a New Category</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">category_entry</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="normal"/> @@ -218,8 +222,5 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> - <child> - <placeholder/> - </child> </object> </interface> |