layout->addWidget( closeButton, 1, 4, 1, 1);
CONNECT( closeButton, clicked(), this, close() );
- readSettings( "EPanel", QSize( 400, 300 ), QPoint( 450, 0 ) );
+ readSettings( "EPanel", QSize( 400, 280 ), QPoint( 450, 0 ) );
}
void ExtendedDialog::savingSettings()