[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sd/uiconfig
Susobhan Ghosh
susobhang70 at gmail.com
Mon Aug 1 06:54:58 UTC 2016
sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit c24cf2d45a6d41353609665c173a994f947e7731
Author: Susobhan Ghosh <susobhang70 at gmail.com>
Date: Sun Jul 31 18:05:04 2016 +0530
Add border padding to Slide Background Panel
Change-Id: I6b0ae2e65cba6768f566dfffb3e54181987d5757
Reviewed-on: https://gerrit.libreoffice.org/27749
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
(cherry picked from commit 82111a5f8206ce05fc762db14f4b066ce23d6f07)
Reviewed-on: https://gerrit.libreoffice.org/27762
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
index 5a56981..4191634 100644
--- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
+++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
@@ -10,8 +10,11 @@
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="halign">center</property>
+ <property name="valign">center</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
+ <property name="border_width">6</property>
<property name="row_spacing">6</property>
<property name="column_spacing">6</property>
<child>
More information about the Libreoffice-commits
mailing list