diff options
Diffstat (limited to 'cui/uiconfig/ui')
-rw-r--r-- | cui/uiconfig/ui/optnewdictionarydialog.ui | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/cui/uiconfig/ui/optnewdictionarydialog.ui b/cui/uiconfig/ui/optnewdictionarydialog.ui index 0566ea9d638d..8f97fa73a2f3 100644 --- a/cui/uiconfig/ui/optnewdictionarydialog.ui +++ b/cui/uiconfig/ui/optnewdictionarydialog.ui @@ -90,6 +90,20 @@ <property name="margin-start">12</property> <property name="margin-top">6</property> <child> + <object class="GtkLabel" id="name_label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="optnewdictionarydialog|name_label">_Name:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">nameedit</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + </packing> + </child> + <child> <object class="GtkEntry" id="nameedit"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -109,30 +123,39 @@ </packing> </child> <child> - <object class="GtkLabel" id="name_label"> + <object class="GtkLabel" id="language_label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optnewdictionarydialog|name_label">_Name:</property> + <property name="label" translatable="yes" context="optnewdictionarydialog|language_label">_Language:</property> <property name="use_underline">True</property> - <property name="mnemonic_widget">nameedit</property> + <property name="mnemonic_widget">language</property> <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">0</property> + <property name="top_attach">1</property> </packing> </child> <child> - <object class="GtkLabel" id="language_label"> + <object class="GtkComboBoxText" id="language"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optnewdictionarydialog|language_label">_Language:</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">language</property> - <property name="xalign">0</property> + <property name="has_entry">True</property> + <child internal-child="entry"> + <object class="GtkEntry"> + <property name="can_focus">True</property> + <property name="truncate-multiline">True</property> + <property name="activates_default">True</property> + </object> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="language-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="language">By selecting a certain language you can limit the use of the custom dictionary.</property> + </object> + </child> </object> <packing> - <property name="left_attach">0</property> + <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> @@ -156,29 +179,6 @@ <property name="width">2</property> </packing> </child> - <child> - <object class="GtkComboBoxText" id="language"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="has_entry">True</property> - <child internal-child="entry"> - <object class="GtkEntry"> - <property name="can_focus">True</property> - <property name="truncate-multiline">True</property> - <property name="activates_default">True</property> - </object> - </child> - <child internal-child="accessible"> - <object class="AtkObject" id="language-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="language">By selecting a certain language you can limit the use of the custom dictionary.</property> - </object> - </child> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> - </packing> - </child> </object> </child> <child type="label"> |