From 963ecbb2bde109414cec7f4c18f6218763b176a2 Mon Sep 17 00:00:00 2001 From: PKEv Date: Wed, 1 Feb 2017 09:40:24 +0300 Subject: [PATCH] shift to the right the first tab --- qdarkstyle/style.qss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }