summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2014-07-24 15:51:12 -0500
committerCaolán McNamara <caolanm@redhat.com>2014-07-25 08:12:52 +0000
commit0867b96d84a2da081b648fe33a1009c820bf9f40 (patch)
treeb06b1269dc027cd622c9aa84ce21e0c72a5f323a
parent93d9abd966a875a9f5f188786f1baedeb390c4c9 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sfx2/uiconfig/ui/startcenter.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui
index b559ca0c5fc2..07417b4b391b 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>