Do not change the offset of the shadow, as it does not change in themes, says Diego.

svn path=/trunk/KDE/kdegraphics/okular/; revision=748590
This commit is contained in:
Pino Toscano 2007-12-14 22:12:23 +00:00
parent 704a53bb12
commit 98ed679e0e

View file

@ -170,7 +170,7 @@ void PageViewMessage::display( const QString & message, Icon icon, int durationM
height = textRect.height(),
textXOffset = 0,
iconXOffset = 0,
shadowOffset = message.isRightToLeft() ? -1 : 1;
shadowOffset = 1;
// load icon (if set) and update geometry
QPixmap symbol;