mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-28 19:28:38 +00:00
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:
parent
704a53bb12
commit
98ed679e0e
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void PageViewMessage::display( const QString & message, Icon icon, int durationM
|
||||||
height = textRect.height(),
|
height = textRect.height(),
|
||||||
textXOffset = 0,
|
textXOffset = 0,
|
||||||
iconXOffset = 0,
|
iconXOffset = 0,
|
||||||
shadowOffset = message.isRightToLeft() ? -1 : 1;
|
shadowOffset = 1;
|
||||||
|
|
||||||
// load icon (if set) and update geometry
|
// load icon (if set) and update geometry
|
||||||
QPixmap symbol;
|
QPixmap symbol;
|
||||||
|
|
Loading…
Reference in a new issue