Merge branch 'master' of ssh://pgib@lmms.git.sourceforge.net/gitroot/lmms/lmms into fx-mixer-rework
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user