Set initial size

This commit is contained in:
craig
2012-02-03 21:34:04 +00:00
committed by craig
parent 45f8add94b
commit d098182bbd

View File

@@ -89,6 +89,7 @@ void TrackOrganiser::show(const QList<Song> &songs, const QString &udi)
connect(asciiOnly, SIGNAL(stateChanged(int)), this, SLOT(updateView()));
connect(ignoreThe, SIGNAL(stateChanged(int)), this, SLOT(updateView()));
resize(800, 500);
KDialog::show();
enableButtonOk(false);
updateView();