Summary: | dynamic playlist controls not using KColorScheme properly | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Harald Sitter <sitter> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cochisecesar, gandalflechner |
Priority: | HI | Keywords: | release_blocker |
Version: | 2.5.90 (2.6 beta) | Flags: | myriam:
Usability+
|
Target Milestone: | 2.6 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/e17bd07d9e209e0511b136be1f5c31516a558764 | Version Fixed In: | 2.6 |
Sentry Crash Report: | |||
Attachments: | screenshot of the problem |
Description
Harald Sitter
2012-06-06 19:20:46 UTC
Created attachment 71626 [details]
screenshot of the problem
Hm, which are the parts not readable? Since those are probably not visible in your screenshot it might be useful to point those more specifically with a comparison in the default Oxygen theme To the right hand side above the playlist there is "Dynamic Mode Enabled. Repopulate | Turn off" in a blue that has terrible contrast to the background. Looking through the color scheme's color I cannot find the color the background uses. Oh my, I would never have seen that without you pointing to it. Git commit e17bd07d9e209e0511b136be1f5c31516a558764 by Matěj Laitl. Committed on 09/06/2012 at 15:17. Pushed by laitl into branch 'master'. Use proper color in "Dynamic Playlist" notification strip ...it was not using style's link colour, from QPalette documentation: > Note that we do not use the Link and LinkVisited roles when rendering > rich text in Qt, and that we recommend that you use CSS I didn't know this. This should fix low-contrast problem with Obsidian Coast color scheme and the like. It is still not optimal, but that would require rethinking PaletteHandler::highlightColor(). FIXED-IN: 2.6 M +1 -0 ChangeLog M +5 -3 src/playlist/PlaylistDock.cpp http://commits.kde.org/amarok/e17bd07d9e209e0511b136be1f5c31516a558764 *** Bug 304043 has been marked as a duplicate of this bug. *** *** Bug 304749 has been marked as a duplicate of this bug. *** |