diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2016-08-21 10:11:44 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2016-08-22 11:47:36 +0000 |
commit | 12c152ccbf2890378b92e7d00ecc532fee36b83f (patch) | |
tree | 0f34f13623472bf1004fddfe1f4bbfab8157b9e1 /sd | |
parent | db4574f0bc4cc919e784a9efbd3968bb78996e30 (diff) |
tdf#89466: Adjust alignment and add left and right margins
Change-Id: Ifcdd7586523d0cf839c9d896ce0d38570f822175
Reviewed-on: https://gerrit.libreoffice.org/28268
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index 363c5e8631dc..9b5d24a435e3 100644 --- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui +++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui @@ -11,9 +11,9 @@ <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="valign">start</property> + <property name="margin_left">9</property> + <property name="margin_right">15</property> <property name="border_width">6</property> <property name="row_spacing">6</property> <property name="column_spacing">6</property> |