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:
thmueller64
2020-10-30 21:52:32 +01:00
committed by GitHub
parent 69a35b58d3
commit 2d51eaef3d
4 changed files with 79 additions and 67 deletions

View File

@@ -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;

View File

@@ -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;