layout rework

This commit is contained in:
2018-11-17 22:11:01 +01:00
parent 333dc87b75
commit a347c3d965
3 changed files with 210 additions and 160 deletions

View File

@@ -23,6 +23,10 @@ QLineEdit {
border: 1px solid #0077fd;
}
QLineEdit:hover {
border: 1px solid #edf2f4;
}
QLabel {
color: #edf2f4;
}
@@ -39,9 +43,6 @@ QGroupBox::title {
padding: 0px 5px 0px 5px;
}
QDial:hover {
border: 1px solid #0077fd;
}
QLabel#lbl_volume:hover {
border: 1px solid #0077fd;
}