ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/soundWizard/soundwizard.cpp
(Generate patch)

Comparing Vago/trunk/Vago/soundWizard/soundwizard.cpp (file contents):
Revision 815 by s10k, Sat Apr 13 13:44:29 2013 UTC vs.
Revision 998 by s10k, Fri Apr 25 21:05:54 2014 UTC

# Line 22 | Line 22 | int SoundWizard::exec(){
22      this->myWizard->setWindowIcon(QIcon(":/new/icons/sound.png"));
23  
24      //Center and resize QWizard (http://www.thedazzlersinc.com/source/2012/06/04/qt-center-window-in-screen/)
25 < #ifdef Q_WS_WIN
25 > #ifdef Q_OS_WIN
26      this->myWizard->resize(640,480);
27   #else
28      this->myWizard->resize(800,600); // Mac OS pcs should be able to render this resolution without any problem. It's also better

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)