flake8 compliance

This commit is contained in:
Balthasar Reuter
2018-06-16 23:10:21 +02:00
parent a43a588c7d
commit ecf3526513
3 changed files with 8 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ QTabWidget {
color: #eeeeee;
}
QTabWidget::tab-bar {
alignment: center;
}
QTabBar::tab {
background-color: #333333;
border-style: outset;