Remove warning color from oscilloscope (#5492)

This commit is contained in:
Hussam al-Homsi
2020-07-11 18:40:12 -04:00
committed by GitHub
parent 2da0aaa460
commit d0ef87543d
4 changed files with 1 additions and 23 deletions

View File

@@ -168,7 +168,6 @@ Oscilloscope {
background: none;
border: none;
qproperty-normalColor: rgb(71, 253, 133);
qproperty-warningColor: rgb(255, 192, 64);
qproperty-clippingColor: rgb(255, 64, 64);
}

View File

@@ -200,7 +200,6 @@ Oscilloscope {
background: none;
border: none;
qproperty-normalColor: rgb(71, 253, 133);
qproperty-warningColor: rgb(255, 192, 64);
qproperty-clippingColor: rgb(255, 64, 64);
}