From 2622edd140fad7ebb44e70cefbba4058fcaa52f6 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Mon, 28 Sep 2009 10:02:08 -0400 Subject: [PATCH] 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 --- data/themes/cusis/style.css | 6 +++--- data/themes/default/style.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/themes/cusis/style.css b/data/themes/cusis/style.css index 5c61a6998..110e386d2 100644 --- a/data/themes/cusis/style.css +++ b/data/themes/cusis/style.css @@ -139,7 +139,7 @@ QToolBar { } -fxMixerView QPushButton, effectRackView QPushButton, controllerRackView QPushButton { +FxMixerView QPushButton, EffectRackView QPushButton, ControllerRackView QPushButton { font-size: 10px; } @@ -149,7 +149,7 @@ timeLine { /* Plugins */ -tripleOscillatorView knob { +TripleOscillatorView knob { color: rgb(1, 114, 216); qproperty-outerColor: rgb(0, 0, 0); qproperty-innerRadius: 1; @@ -171,7 +171,7 @@ kickerInstrumentView knob { } -audioFileProcessorView knob { +AudioFileProcessorView knob { color: rgb(240, 147, 14); qproperty-outerColor: rgb(30, 35, 37); qproperty-innerRadius: 4; diff --git a/data/themes/default/style.css b/data/themes/default/style.css index b584aa4d8..30091d6fe 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -150,7 +150,7 @@ QToolButton:checked { padding: 3px 0px 0px 3px; } -fxMixerView QPushButton, effectRackView QPushButton, controllerRackView QPushButton { +FxMixerView QPushButton, EffectRackView QPushButton, ControllerRackView QPushButton { font-size: 10px; } @@ -160,7 +160,7 @@ timeLine { /* Plugins */ -tripleOscillatorView knob { +TripleOscillatorView knob { color: rgb(1, 114, 216); qproperty-outerColor: rgb(0, 0, 0); qproperty-innerRadius: 1; @@ -182,7 +182,7 @@ kickerInstrumentView knob { } -audioFileProcessorView knob { +AudioFileProcessorView knob { color: rgb(240, 147, 14); qproperty-outerColor: rgb(30, 35, 37); qproperty-innerRadius: 4;