[Libreoffice-bugs] [Bug 133929] KDE5/QT5 VCL: unreadable (white on light gray) text in Start Center when using Breeze Dark theme
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jun 14 10:08:00 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=133929
Heiko Tietze <heiko.tietze at documentfoundation.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=99
| |116
--- Comment #4 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Left sidebar in start center uses a predefined color, which can be changed via
expert setting. See also bug 99116 and my approach in
https://gerrit.libreoffice.org/c/core/+/89827 (don't remember but obviously I
tried to solve more than just the color; maybe this
Color aColor = maFillColor;
aColor.Merge(maHighlightColor, 0xE0);
mpItemAttrs->aFillColor = aColor.getBColor();
in ThumbnailView::ApplySettings() is enough.
If we use the system themed color for the sidebar this issue with bright font
is invalid.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200614/590606b1/attachment.htm>
More information about the Libreoffice-bugs
mailing list