diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 12:01:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-05-14 15:03:35 +0200 |
commit | f645481d29d09c412d34ea6cbba89135d10babee (patch) | |
tree | 4d63d270189f7e154855f975f91b3d79dfd3992d /svx/uiconfig | |
parent | 6f2bbb3641f4e8fc26c20181ba790362e7472892 (diff) |
weld ManageNamespaceDialog
Change-Id: Ieb5605fcab285de26e4fab64b8178d4d7818eb2d
Reviewed-on: https://gerrit.libreoffice.org/54311
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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> |