| # | Line 117 | Line 117 | MainWindow::MainWindow(QWidget *parent) | |
|---|---|---|
| 117 | ui->menuTarget_Platform->addAction(ui->actionWindows); | |
| 118 | ui->actionWindows->setChecked(false); | |
| 119 | ui->actionMac_Windows_demo->setChecked(true); | |
| 120 | + | resize(800,600); // Mac OS pcs should be able to render this resolution without any problem. It's also better |
| 121 | + | // because the components on mac use more space |
| 122 | #endif | |
| 123 | ||
| 124 | connectSlots(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |