Summary: | Font color in regional configuration's "test" widget is always black. See screenshot | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Dario Andres <andresbajotierra> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | SystemSettings Regional Configuration bug |
Description
Dario Andres
2008-11-28 16:10:23 UTC
Created attachment 28890 [details]
SystemSettings Regional Configuration bug
UPDATE: Looking at klocalesample: http://websvn.kde.org/trunk/KDE/kdebase/runtime/kcontrol/locale/klocalesample.cpp?revision=710012&view=markup This seems to be a "feature": " // Whatever the color scheme is, we want black text QPalette pal = palette(); pal.setColor(QPalette::Disabled, QPalette::WindowText, Qt::black); pal.setColor(QPalette::Active, QPalette::WindowText, Qt::black); pal.setColor(QPalette::Inactive, QPalette::WindowText, Qt::black); setPalette(pal); " However it's difficult to read when using the "Obsidian Coast" color scheme. *** This bug has been marked as a duplicate of bug 157389 *** |