Bug 156457 - [PATCH] Use KDE neutral color for message bar at top of screen
Summary: [PATCH] Use KDE neutral color for message bar at top of screen
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-23 14:00 UTC by Robert Knight
Modified: 2008-01-23 14:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Use KColorScheme instead of hard coded colors for palette. (1020 bytes, patch)
2008-01-23 14:02 UTC, Robert Knight
Details

Note You need to log in before you can comment on or make changes to this bug.
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