Position the main window where it belongs
This commit is contained in:
parent
e9b58b392a
commit
ff7f350bb6
@ -40,6 +40,7 @@ int main(int argc, char *argv[])
|
|||||||
for (QScreen *screen : QApplication::screens()) {
|
for (QScreen *screen : QApplication::screens()) {
|
||||||
if (screen == QApplication::primaryScreen()) {
|
if (screen == QApplication::primaryScreen()) {
|
||||||
w = new InstallerPrompt();
|
w = new InstallerPrompt();
|
||||||
|
w->setGeometry(screen->geometry());
|
||||||
w->showFullScreen();
|
w->showFullScreen();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user