diff --git a/app/tabbar.cpp b/app/tabbar.cpp --- a/app/tabbar.cpp +++ b/app/tabbar.cpp @@ -522,7 +522,7 @@ else painter.drawTiledPixmap(x, y, textWidth, height(), m_skin->tabBarUnselectedBackgroundImage()); - painter.drawText(x, y, textWidth + 1, height() + 2, Qt::AlignHCenter | Qt::AlignVCenter, title); + painter.drawText(x, y, textWidth + 1, height(), Qt::AlignHCenter | Qt::AlignVCenter, title); x += textWidth;