allow to set the default size of musredit via the musredit_startup.xml.
This commit is contained in:
@@ -68,7 +68,7 @@ int main( int argc, char ** argv )
|
||||
|
||||
PTextEdit *mw = new PTextEdit();
|
||||
mw->setWindowTitle( "MusrFit Editor" );
|
||||
mw->resize( 800, 800 );
|
||||
mw->resize( mw->getEditW(), mw->getEditH() );
|
||||
mw->show();
|
||||
|
||||
a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( quit() ) );
|
||||
|
||||
Reference in New Issue
Block a user