SVN commit 899836 by mart: just move down the text of half the shadow offset BUG: 178341 M +1 -1 pager.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/pager/pager.cpp #899835:899836 @@ -1074,7 +1074,7 @@ if (!desktopText.isEmpty()) { QPixmap result = Plasma::PaintUtils::shadowText(desktopText, defaultTextColor, shadowColor, QPoint(1,2), 2); //take also shadow position and radius into account - painter->drawPixmap(m_rects[i].center() - result.rect().center() + QPoint(1,3), result); + painter->drawPixmap(m_rects[i].center() - result.rect().center() + QPoint(0, 1), result); } } }