Redesign Multitap echo (#3008)

This commit is contained in:
Umcaruje
2016-09-10 14:21:31 +02:00
committed by GitHub
parent 12a91ae3f5
commit b641dfc4ca
3 changed files with 2 additions and 2 deletions

View File

@@ -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