mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
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:
parent
8ac6be539a
commit
3166fa415a
@ -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());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user