UI: Fix compiler/Acri warnings

This commit is contained in:
Clayton Groeneveld
2019-07-15 06:50:23 -05:00
parent 703ad3157b
commit 5f7f2c1c97
8 changed files with 74 additions and 21 deletions

View File

@@ -42,7 +42,6 @@ QWidget {
outline: none;
font-family: "Open Sans", "Tahoma", "Arial", sans-serif;
font-size: 12px;
overflow: auto;
}
#menubar {
@@ -651,14 +650,6 @@ QSlider::handle:disabled {
/* Volume Control */
/* Old Meters */
VolumeMeter {
qproperty-bkColor: rgb(8,8,11);
qproperty-magColor:;
qproperty-peakColor:;
qproperty-peakHoldColor: rgb(225,224,225);
}
VolumeMeter {
qproperty-backgroundNominalColor: #42740c;