summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2020-09-23 17:29:11 +0200
committerAndreas Kainz <kainz.a@gmail.com>2020-09-23 20:42:09 +0200
commitcf361c7af5aca5978f8aaf4b1e101b2feb2aaf03 (patch)
tree2179681ede00a4a29e262e10f56e7815c9a12079 /sfx2
parent14b00ade67d4f108fcd070e90e184dc256f0c880 (diff)
tdf#133690 remove thin border in sidebar
Change-Id: I3378711e8fa1bd298a0bf2bc7ad7a3f36c4805b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103265 Tested-by: Jenkins Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/Theme.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Theme.cxx b/sfx2/source/sidebar/Theme.cxx
index 7a4d6a785e5c..891d793c1841 100644
--- a/sfx2/source/sidebar/Theme.cxx
+++ b/sfx2/source/sidebar/Theme.cxx
@@ -156,7 +156,7 @@ void Theme::UpdateTheme()
// UX says this should be a little brighter, but that looks off when compared to the other windows.
//aBaseBackgroundColor.IncreaseLuminance(7);
Color aBorderColor (aBaseBackgroundColor);
- aBorderColor.DecreaseLuminance(15);
+ //aBorderColor.DecreaseLuminance(15);
Color aSecondColor (aBaseBackgroundColor);
aSecondColor.DecreaseLuminance(15);