Summary: | Curves adjust: hard to use when Gray theme | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Bartek Pietrasiak <pietras.sp> |
Component: | Usability-Themes | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: | |||
Attachments: | Change the curve color of the "Gray" theme to dark gray. |
Description
Bartek Pietrasiak
2009-10-25 18:15:37 UTC
It seems that the line is drawn with the QPalette::Link color role and the histogram is drawn with QPalette::Foreground. So it's responsibility of the theme to provide different colors here, if this is expected so. Created attachment 43857 [details]
Change the curve color of the "Gray" theme to dark gray.
With the "Gray" theme both the curve and the hystogram are black. This patch changes the curve color to dark gray.
SVN commit 1130371 by cgilles: fix curves color with Gray theme BUGS: 211804 M +1 -1 Gray WebSVN link: http://websvn.kde.org/?view=rev&revision=1130371 |