sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 82111a5f8206ce05fc762db14f4b066ce23d6f07 Author: Susobhan Ghosh <[email protected]> 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 <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index 7f4ab0f..ccd1c5c 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
