--- Vago/trunk/Vago/mainwindow.cpp 2013/04/06 23:10:19 792 +++ Vago/trunk/Vago/mainwindow.cpp 2013/04/07 01:02:07 797 @@ -117,6 +117,10 @@ MainWindow::MainWindow(QWidget *parent) ui->menuTarget_Platform->addAction(ui->actionWindows); ui->actionWindows->setChecked(false); ui->actionMac_Windows_demo->setChecked(true); + resize(800,600); // Mac OS pcs should be able to render this resolution without any problem. It's also better + // because the components on mac use more space +#else + resize(640,480); #endif connectSlots();