From ec7e4e044ba2c42820073f404ea53a523d793dfc Mon Sep 17 00:00:00 2001 From: Vesa Date: Mon, 17 Feb 2014 21:47:59 +0200 Subject: [PATCH] Vestige: Change text "Preset" dark grey --- plugins/vestige/vestige.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index 5ec1a37cc..20729675a 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -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();