Effect panel & effect window style, new knob images, knobs use palette
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 1.1 KiB |
@@ -173,7 +173,39 @@ automatableSlider::handle:vertical {
|
||||
margin: -4px -12px -2px;
|
||||
}
|
||||
|
||||
EffectRackView QScrollArea, EffectRackView QVBoxLayout {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(0,0,0, 64);
|
||||
background: #49515b;
|
||||
}
|
||||
|
||||
EffectSelectDialog QScrollArea {
|
||||
background: #5b6571;
|
||||
}
|
||||
|
||||
ControllerRackView QScrollArea, ControllerRackView QVBoxLayout {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(0,0,0, 64);
|
||||
background: #49515b;
|
||||
}
|
||||
|
||||
EffectControlDialog QGroupBox {
|
||||
background: #49515b;
|
||||
margin-top: 1ex;
|
||||
padding: 10px 2px 1px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid rgba(0,0,0, 64);
|
||||
}
|
||||
|
||||
EffectControlDialog QGroupBox::title {
|
||||
subcontrol-origin: margin;
|
||||
subcontrol-position: top left;
|
||||
background: #5b6571;
|
||||
color: white;
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(0,0,0, 64);
|
||||
padding: 2px 1px;
|
||||
}
|
||||
|
||||
QWidget#mainToolbar {
|
||||
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #98a2a7, stop:1 #5b646f);
|
||||
|
||||
Reference in New Issue
Block a user