mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-29 02:16:20 -04:00
Vestige: Change text "Preset" dark grey
This commit is contained in:
@@ -844,7 +844,7 @@ void VestigeInstrumentView::paintEvent( QPaintEvent * )
|
||||
p.setPen( QColor( 255, 255, 255 ) );
|
||||
p.drawText( 10, 100, plugin_name );
|
||||
|
||||
p.setPen( QColor( 0, 0, 0 ) );
|
||||
p.setPen( QColor( 50, 50, 50 ) );
|
||||
p.drawText( 10, 211, tr( "Preset" ) );
|
||||
|
||||
// m_pluginMutex.lock();
|
||||
|
||||
Reference in New Issue
Block a user