shift to the right the first tab

This commit is contained in:
PKEv 2017-02-01 09:40:24 +03:00
parent 956ff3c9e7
commit 963ecbb2bd
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}