--- Vago/trunk/Vago/mainwindow.cpp 2013/04/06 23:10:19 792 +++ Vago/trunk/Vago/mainwindow.cpp 2013/04/06 23:30:00 793 @@ -117,6 +117,8 @@ 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 #endif connectSlots();