Theming of disabled knobs (#5549)
Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com> Co-authored-by: Dominic Clark <mrdomclark@gmail.com>
This commit is contained in:
@@ -11,6 +11,11 @@ QMdiArea {
|
||||
background-image: url(resources:background_artwork.png);
|
||||
}
|
||||
|
||||
Knob {
|
||||
qproperty-lineInactiveColor: rgb(120, 120, 120);
|
||||
qproperty-arcInactiveColor: rgba(120, 120, 120, 70);
|
||||
}
|
||||
|
||||
AutomationEditor {
|
||||
background-color: rgb(0, 0, 0);
|
||||
color: #e0e0e0;
|
||||
|
||||
@@ -40,6 +40,11 @@ QMdiArea {
|
||||
background-color: #111314;
|
||||
}
|
||||
|
||||
Knob {
|
||||
qproperty-lineInactiveColor: rgb(120, 120, 120);
|
||||
qproperty-arcInactiveColor: rgba(120, 120, 120, 70);
|
||||
}
|
||||
|
||||
AutomationEditor {
|
||||
color: #ffffff;
|
||||
background-color: #141616;
|
||||
|
||||
Reference in New Issue
Block a user