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

Yousuf Philips philipz85 at hotmail.com
Mon Oct 19 12:14:37 PDT 2015


 chart2/uiconfig/ui/sidebarelements.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 31c1b8214216c228f1cf4b3e086ab27beefd3acd
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Wed Oct 14 16:10:40 2015 +0400

    tdf#91063 Move border to Gtkbox similar to other panels
    
    Change-Id: I8f385b2997585b3245ad862da60f0b394689b03b
    Reviewed-on: https://gerrit.libreoffice.org/19463
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/chart2/uiconfig/ui/sidebarelements.ui b/chart2/uiconfig/ui/sidebarelements.ui
index b1cf7de..901a483 100644
--- a/chart2/uiconfig/ui/sidebarelements.ui
+++ b/chart2/uiconfig/ui/sidebarelements.ui
@@ -5,13 +5,13 @@
   <object class="GtkGrid" id="ChartElementsPanel">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
-    <property name="border_width">6</property>
     <child>
       <object class="GtkBox" id="container">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">6</property>
+        <property name="border_width">6</property>
         <child>
           <object class="GtkFrame" id="frame1">
             <property name="visible">True</property>


More information about the Libreoffice-commits mailing list