Fix issue with knobs in 3xOsc and AudioFilePro.

The knobs were broken because the classnames of these instruments was
changed without properly changing the selectors in the style.css
(cherry picked from commit 2622edd140)

Conflicts:

	data/themes/cusis/style.css
This commit is contained in:
Tobias Doerffel
2009-09-28 22:53:43 +02:00
parent 132b7c7df4
commit dc050296ae

View File

@@ -128,7 +128,7 @@ QToolButton:checked {
padding: 3px 0px 0px 3px;
}
fxMixerView QPushButton, effectRackView QPushButton, controllerRackView QPushButton {
FxMixerView QPushButton, EffectRackView QPushButton, ControllerRackView QPushButton {
font-size: 10px;
}
@@ -138,7 +138,7 @@ timeLine {
/* Plugins */
tripleOscillatorView knob {
TripleOscillatorView knob {
color: rgb(1, 114, 216);
qproperty-outerColor: rgb(0, 0, 0);
qproperty-innerRadius: 1;
@@ -160,7 +160,7 @@ kickerInstrumentView knob {
}
audioFileProcessorView knob {
AudioFileProcessorView knob {
color: rgb(240, 147, 14);
qproperty-outerColor: rgb(30, 35, 37);
qproperty-innerRadius: 4;