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
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 704a53bb12
commit 98ed679e0e
  1. 2
      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;

Loading…
Cancel
Save