| # | Line 119 | Line 119 | MainWindow::MainWindow(QWidget *parent) | |
|---|---|---|
| 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 | + | #else |
| 123 | + | resize(640,480); |
| 124 | #endif | |
| 125 | ||
| 126 | connectSlots(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |