[Libreoffice-commits] core.git: sd/uiconfig

Yousuf Philips philipz85 at hotmail.com
Mon Aug 22 11:48:09 UTC 2016


 sd/uiconfig/simpress/ui/sidebarslidebackground.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 12c152ccbf2890378b92e7d00ecc532fee36b83f
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sun Aug 21 10:11:44 2016 +0400

    tdf#89466: Adjust alignment and add left and right margins
    
    Change-Id: Ifcdd7586523d0cf839c9d896ce0d38570f822175
    Reviewed-on: https://gerrit.libreoffice.org/28268
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui
index 363c5e8..9b5d24a 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>


More information about the Libreoffice-commits mailing list