diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-08-12 18:03:37 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-13 09:29:57 +0000 |
commit | e8365711e817876ee45b282fc16977b55f4dbca8 (patch) | |
tree | c392bad668e4a8aefe8e53edff4cbec80f051609 | |
parent | 6f9f401c94f7381880659a7641396c8173fcce6f (diff) |
Add spacing between shape groups in Default Shapes Panel
Change-Id: I6b0b5072fc095fe8c89fe4eba497ed0b7610203c
Reviewed-on: https://gerrit.libreoffice.org/28085
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | svx/uiconfig/ui/defaultshapespanel.ui | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/uiconfig/ui/defaultshapespanel.ui b/svx/uiconfig/ui/defaultshapespanel.ui index 43db7be7dc65..aab5fe0cf60e 100644 --- a/svx/uiconfig/ui/defaultshapespanel.ui +++ b/svx/uiconfig/ui/defaultshapespanel.ui @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.10"/> - <!-- interface-requires LibreOffice 1.0 --> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkGrid" id="DefaultShapesPanel"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -30,6 +30,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> + <property name="spacing">3</property> <child> <object class="GtkFrame" id="LinesFrame"> <property name="visible">True</property> @@ -415,8 +416,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> </object> |