diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-07-24 15:51:12 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-25 08:35:34 +0000 |
commit | 2b2d1bbaf9af0ec177e27fd930cd63c6bfdc2ab9 (patch) | |
tree | 6c1e9d0f6bfc44366e1f6430e8e1d56bff828a8d | |
parent | 4d1a2b16e2421e93f2a0de6632607e69e6fbb2a2 (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>
(cherry picked from commit 0867b96d84a2da081b648fe33a1009c820bf9f40)
Reviewed-on: https://gerrit.libreoffice.org/10529
-rw-r--r-- | sfx2/uiconfig/ui/startcenter.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui index 4e0e04b10010..b66687407732 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> |