New style & gfx for master vol/pitch sliders, fx front panel artwork
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 17 KiB |
BIN
data/themes/default/main_slider.png
Normal file
BIN
data/themes/default/main_slider.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 670 B |
@@ -155,6 +155,26 @@ nameLabel, effectLabel, sf2InstrumentView > QLabel {
|
||||
}
|
||||
|
||||
|
||||
|
||||
automatableSlider::groove:vertical {
|
||||
background: rgba(0,0,0, 128);
|
||||
border: 1px inset rgba(100,100,100, 64);
|
||||
border-radius: 2px;
|
||||
width: 2px;
|
||||
margin: 2px 2px;
|
||||
}
|
||||
|
||||
automatableSlider::handle:vertical {
|
||||
background: none;
|
||||
border-image: url(resources:main_slider.png);
|
||||
width: 26px;
|
||||
height: 10px;
|
||||
border-radius: 2px;
|
||||
margin: -4px -12px -2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
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