diff --git a/src/main.cpp b/src/main.cpp index a1b5125..50f4baa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,6 +40,7 @@ int main(int argc, char *argv[]) for (QScreen *screen : QApplication::screens()) { if (screen == QApplication::primaryScreen()) { w = new InstallerPrompt(); + w->setGeometry(screen->geometry()); w->showFullScreen(); continue; }