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);
|
||||
}
|
||||
|
||||
@@ -286,13 +286,13 @@ songEditor::songEditor( song * _song, songEditor * & _engine_ptr ) :
|
||||
m_toolBar );
|
||||
|
||||
m_addSampleTrackButton = new toolButton( embed::getIconPixmap(
|
||||
"add_sample_track", 24, 24 ),
|
||||
"add_sample_track" ),
|
||||
tr( "Add sample-track" ),
|
||||
m_s, SLOT( addSampleTrack() ),
|
||||
m_toolBar );
|
||||
|
||||
m_addAutomationTrackButton = new toolButton( embed::getIconPixmap(
|
||||
"add_automation", 24, 24 ),
|
||||
"add_automation" ),
|
||||
tr( "Add automation-track" ),
|
||||
m_s, SLOT( addAutomationTrack() ),
|
||||
m_toolBar );
|
||||
|
||||
Reference in New Issue
Block a user