diff options
author | Susobhan Ghosh <susobhang70@gmail.com> | 2016-07-31 18:05:04 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-01 06:20:22 +0000 |
commit | 82111a5f8206ce05fc762db14f4b066ce23d6f07 (patch) | |
tree | 7d008d35c7ec84a13a87eccf330870f9993de4f8 | |
parent | efef273e2c61b19a63572a71b103e3b1490f15af (diff) |
Add border padding to Slide Background Panel
Change-Id: I6b0ae2e65cba6768f566dfffb3e54181987d5757
Reviewed-on: https://gerrit.libreoffice.org/27749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index 7f4ab0f566c9..ccd1c5cd35dd 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> |