sfx2/source/sidebar/Theme.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf361c7af5aca5978f8aaf4b1e101b2feb2aaf03 Author: andreas kainz <kain...@gmail.com> AuthorDate: Wed Sep 23 17:29:11 2020 +0200 Commit: Andreas Kainz <kain...@gmail.com> CommitDate: Wed Sep 23 20:42:09 2020 +0200 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 <kain...@gmail.com> 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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits