diff options
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/addnamespacedialog.ui | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/addnamespacedialog.ui b/svx/uiconfig/ui/addnamespacedialog.ui index ef4b242bf9a6..49c92cbd9bbc 100644 --- a/svx/uiconfig/ui/addnamespacedialog.ui +++ b/svx/uiconfig/ui/addnamespacedialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.22.1 --> <interface domain="svx"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="AddNamespaceDialog"> @@ -7,7 +7,12 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="addnamespacedialog|AddNamespaceDialog">Add Namespace</property> <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> + <child> + <placeholder/> + </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -81,10 +86,10 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="addnamespacedialog|label1">_Prefix:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">prefix</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -96,6 +101,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> <property name="width_chars">12</property> </object> <packing> @@ -108,6 +114,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> <property name="width_chars">34</property> </object> <packing> @@ -119,10 +126,10 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="addnamespacedialog|label2">_URL:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">url</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">1</property> |