Bug 156457

Summary: [PATCH] Use KDE neutral color for message bar at top of screen
Product: [Applications] okular Reporter: Robert Knight <robertknight>
Component: generalAssignee: Okular developers <okular-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Use KColorScheme instead of hard coded colors for palette.

Description Robert Knight 2008-01-23 14:00:57 UTC
Version:           0.6.80 (using Devel)
Installed from:    Compiled sources
OS:                Linux

The color for the message bar at the top of the screen which is shown when a PDF has embedded files or forms is a visually distracting bright yellow.

The colors are also hard-coded and would look better using KDE's new set of colors for this type of message.
Comment 1 Robert Knight 2008-01-23 14:02:03 UTC
Created attachment 23214 [details]
Use KColorScheme instead of hard coded colors for palette.
Comment 2 Pino Toscano 2008-01-23 14:20:44 UTC
SVN commit 765205 by pino:

Use the standard KDE color for the content area messages.
Patch by Robert Knight, thanks!

BUG: 156457


 M  +2 -4      pageviewutils.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=765205
Comment 3 Pino Toscano 2008-01-23 14:20:49 UTC
SVN commit 765206 by pino:

Backport: use the standard KDE color for the content area messages, patch by Robert Knight.

CCBUG: 156457


 M  +2 -4      pageviewutils.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=765206