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

svn path=/branches/KDE/3.5/kdegraphics/kpdf/; revision=748589
remotes/origin/kpdf-3.5
Pino Toscano 19 years ago
parent 54055c66e5
commit 0e08474220
  1. 2
      ui/pageviewutils.cpp

@ -52,7 +52,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