|
@@ -853,8 +853,8 @@ VolumeMeter::VolumeMeter(QWidget *parent, obs_volmeter_t *obs_volmeter,
|
|
|
|
|
|
clipColor.setRgb(0xff, 0xff, 0xff); // Bright white
|
|
clipColor.setRgb(0xff, 0xff, 0xff); // Bright white
|
|
magnitudeColor.setRgb(0x00, 0x00, 0x00); // Black
|
|
magnitudeColor.setRgb(0x00, 0x00, 0x00); // Black
|
|
- majorTickColor.setRgb(0xff, 0xff, 0xff); // Black
|
|
|
|
- minorTickColor.setRgb(0xcc, 0xcc, 0xcc); // Black
|
|
|
|
|
|
+ majorTickColor.setRgb(0x00, 0x00, 0x00); // Black
|
|
|
|
+ minorTickColor.setRgb(0x32, 0x32, 0x32); // Dark gray
|
|
minimumLevel = -60.0; // -60 dB
|
|
minimumLevel = -60.0; // -60 dB
|
|
warningLevel = -20.0; // -20 dB
|
|
warningLevel = -20.0; // -20 dB
|
|
errorLevel = -9.0; // -9 dB
|
|
errorLevel = -9.0; // -9 dB
|