| commit | cf361c7af5aca5978f8aaf4b1e101b2feb2aaf03 | [log] |
|---|---|---|
| author | andreas kainz <kainz.a@gmail.com> | Wed Sep 23 17:29:11 2020 +0200 |
| committer | Andreas Kainz <kainz.a@gmail.com> | Wed Sep 23 20:42:09 2020 +0200 |
| tree | 2179681ede00a4a29e262e10f56e7815c9a12079 | |
| parent | 14b00ade67d4f108fcd070e90e184dc256f0c880 [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>
diff --git a/sfx2/source/sidebar/Theme.cxx b/sfx2/source/sidebar/Theme.cxx index 7a4d6a7..891d793 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);