mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-28 09:59:33 -04:00
Redesign Multitap echo (#3008)
This commit is contained in:
@@ -62,12 +62,12 @@ MultitapEchoControlDialog::MultitapEchoControlDialog( MultitapEchoControls * con
|
||||
|
||||
ampGraph->setAutoFillBackground( true );
|
||||
ampGraph->setPalette( pal );
|
||||
ampGraph->setGraphColor( QColor( 48, 255, 117 ) );
|
||||
ampGraph->setGraphColor( QColor( 11, 213, 86) );
|
||||
ampGraph -> setMaximumSize( 204, 105 );
|
||||
|
||||
lpGraph->setAutoFillBackground( true );
|
||||
lpGraph->setPalette( pal );
|
||||
lpGraph->setGraphColor( QColor( 255, 48, 117 ) );
|
||||
lpGraph->setGraphColor( QColor( 0, 200, 187) );
|
||||
lpGraph -> setMaximumSize( 204, 105 );
|
||||
|
||||
// steps spinbox
|
||||
|
||||
Reference in New Issue
Block a user