Skip to content

Commit

Permalink
ui fix for hour slider
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Dec 9, 2019
1 parent 17ead7b commit 027a629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plug_py/qt/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ Smart Socket</string>
color:white;
}
QListWidget::item {
background: rgb(0,88,208);
font-size: 22px;
color:white;
}
QListWidget::item:selected:!active {
background: rgb(0,88,208);
color:white;
}
QListWidget::item:selected:disabled {
color:white;
Expand Down
6 changes: 3 additions & 3 deletions plug_py/ui_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Form implementation generated from reading ui file 'qt/mainwindow.ui',
# licensing of 'qt/mainwindow.ui' applies.
#
# Created: Sun Sep 8 22:39:31 2019
# Created: Mon Dec 9 17:02:40 2019
# by: pyside2-uic running on PySide2 5.13.1
#
# WARNING! All changes made in this file will be lost!
Expand Down Expand Up @@ -68,11 +68,11 @@ def setupUi(self, MainWindow):
" color:white;\n"
"}\n"
"QListWidget::item {\n"
" background: rgb(0,88,208);\n"
" font-size: 22px;\n"
" color:white;\n"
"}\n"
"QListWidget::item:selected:!active {\n"
" background: rgb(0,88,208);\n"
" color:white;\n"
"}\n"
"QListWidget::item:selected:disabled {\n"
" color:white;\n"
Expand Down

0 comments on commit 027a629

Please sign in to comment.