diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-06 01:21:29 -0600 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-09 11:31:02 +0000 |
commit | ed9d1feab245601b6c7b84b1acd7cef9bf982972 (patch) | |
tree | 89475fd4b78f6ab4199cbd948b8fe2c5020eded2 /sw/uiconfig/swriter/ui/selectblockdialog.ui | |
parent | 418eeaa91f4539ef4ce8a832f8b08f14ffd7fe75 (diff) |
HIG fixes in sw
Change-Id: I0d70e69909f6e58784aa4bc7cf03ae9f4219c992
Reviewed-on: https://gerrit.libreoffice.org/12312
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/selectblockdialog.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/selectblockdialog.ui | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/sw/uiconfig/swriter/ui/selectblockdialog.ui b/sw/uiconfig/swriter/ui/selectblockdialog.ui index b8a79ae9c5f2..218973748d51 100644 --- a/sw/uiconfig/swriter/ui/selectblockdialog.ui +++ b/sw/uiconfig/swriter/ui/selectblockdialog.ui @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> - <!-- interface-requires LibreOffice 1.0 --> + <requires lib="gtk+" version="3.0"/> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkDialog" id="SelectBlockDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Select Address Block</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -58,6 +60,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> @@ -129,7 +132,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> - <property name="width">1</property> <property name="height">2</property> </packing> </child> @@ -146,7 +148,6 @@ <property name="left_attach">0</property> <property name="top_attach">0</property> <property name="width">2</property> - <property name="height">1</property> </packing> </child> <child> @@ -180,8 +181,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -198,8 +197,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -220,8 +217,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -238,8 +233,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -260,8 +253,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -274,8 +265,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> |