Merge pull request #1970 from cg2121/fix-warnings

various: Fix compiler/theme warnings
This commit is contained in:
Jim
2019-08-17 08:22:03 -07:00
committed by GitHub
10 changed files with 80 additions and 24 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;