New style & gfx for master vol/pitch sliders, fx front panel artwork
This commit is contained in:
@@ -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