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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 487 B |
Reference in New Issue
Block a user