From 98ed679e0e25b8eaa2dc20513fd728376f7935f0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 14 Dec 2007 22:12:23 +0000 Subject: [PATCH] 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 --- ui/pageviewutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pageviewutils.cpp b/ui/pageviewutils.cpp index 7364ea59a..b632421ce 100644 --- a/ui/pageviewutils.cpp +++ b/ui/pageviewutils.cpp @@ -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;