Skip to content

Commit 7889fc2

Browse files
authored
Mostly fix #206
1 parent da9614d commit 7889fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kstyle/darklystyle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2492,7 +2492,7 @@ QRect Style::tabWidgetTabBarRect(const QStyleOption *option, const QWidget *widg
24922492
if (tabBarAlignment == Qt::AlignCenter) {
24932493
tabBarRect.moveLeft(rect.left() + (rect.width() - tabBarRect.width()) / 2);
24942494
} else if (tabOption->lineWidth == 0) {
2495-
tabBarRect.moveLeft(rect.left() + 4);
2495+
tabBarRect.moveLeft(rect.left());
24962496
} else {
24972497
tabBarRect.moveLeft(rect.left() - 1);
24982498
}

0 commit comments

Comments
 (0)