Workaround for the, now as of Qt 4.4.0 yet worse, QWizard bug.

git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1134 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
Mikkel Krautz 2008-05-07 22:12:13 +00:00
parent 8ac6be539a
commit 3166fa415a

View File

@ -37,7 +37,9 @@ AudioWizard::AudioWizard(QWidget *p) : QWizard(p) {
bInit = true;
setOption(QWizard::NoCancelButton, false);
#ifndef Q_OS_MAC
resize(700, 500);
#endif
addPage(qwpIntro = introPage());
addPage(qwpDevice = devicePage());