Merge pull request #47 from PKEv/QTabBar_move_right

shift to the right the first tab
This commit is contained in:
Colin Duquesnoy 2017-02-05 11:32:43 +01:00 committed by GitHub
commit 3a2e545b9c
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;
}