flake8 compliance
This commit is contained in:
@@ -19,6 +19,6 @@
|
|||||||
|
|
||||||
# Available style sheets as tuples of (style name, style file)
|
# Available style sheets as tuples of (style name, style file)
|
||||||
styles = (('default', 'stylesheets/default.qss'),
|
styles = (('default', 'stylesheets/default.qss'),
|
||||||
('dark', 'stylesheets/dark.qss'))
|
('dark', 'stylesheets/dark.qss'))
|
||||||
|
|
||||||
from .PyQt5Gui import PyQt5Gui # noqa
|
from .PyQt5Gui import PyQt5Gui # noqa
|
||||||
|
|||||||
@@ -10,6 +10,10 @@ QTabWidget {
|
|||||||
color: #eeeeee;
|
color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTabWidget::tab-bar {
|
||||||
|
alignment: center;
|
||||||
|
}
|
||||||
|
|
||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
border-style: outset;
|
border-style: outset;
|
||||||
|
|||||||
Reference in New Issue
Block a user