Skip to content

Commit

Permalink
Restore border inside QTabWidget - fixes #123, #126
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Apr 24, 2019
1 parent 52219b7 commit 7144768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdarkstyle/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ QTabWidget {
}

QTabWidget QFrame{
border: 0;
border: 1px solid #32414B;
}

QTabWidget::pane {
Expand Down

0 comments on commit 7144768

Please sign in to comment.