diff options
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> |