diff --git a/qdarkstyle/style.qss b/qdarkstyle/style.qss index d90a96c45..6f1900c74 100644 --- a/qdarkstyle/style.qss +++ b/qdarkstyle/style.qss @@ -745,10 +745,13 @@ QTabWidget::pane { margin: 0px; } +QTabWidget::tab-bar { + left: 5px; /* move to the right by 5px */ +} + QTabBar { qproperty-drawBase: 0; - left: 5px; /* move to the right by 5px */ border-radius: 3px; }