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

Adolfo Jayme Barrientos fitojb at ubuntu.com
Fri Jul 25 01:13:22 PDT 2014


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

New commits:
commit 0867b96d84a2da081b648fe33a1009c820bf9f40
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date:   Thu Jul 24 15:51:12 2014 -0500

    Remove 1 px border around Start Center
    
    It leaks workspace background color (behind the sheet in Writer etc.), which
    looks bad as it's much darker now under Windows and OS X.
    
    Change-Id: I29034be86d3cf5537384b325fc6734b4dc05f077
    Reviewed-on: https://gerrit.libreoffice.org/10521
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui
index b559ca0..07417b4 100644
--- a/sfx2/uiconfig/ui/startcenter.ui
+++ b/sfx2/uiconfig/ui/startcenter.ui
@@ -15,7 +15,7 @@
         <property name="can_focus">False</property>
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
-        <property name="border_width">1</property>
+        <property name="border_width">0</property>
         <child>
           <object class="GtkBox" id="all_buttons_box">
             <property name="visible">True</property>


More information about the Libreoffice-commits mailing list