From 94d18177c215c12e858b9d61938af422c04fe7fe Mon Sep 17 00:00:00 2001 From: pepe82sh Date: Sat, 12 Dec 2020 11:45:00 +0100 Subject: [PATCH] Revert "Fixed full screen behaviour" This reverts commit 2960ec8d215d7480bed08d85f88fd1394991a4ee. --- src/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index bea10d6..f050002 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -25,7 +25,6 @@ MainWindow::MainWindow(QWidget *parent) : QLabel *label = this->findChild("image"); setCentralWidget(label); label->setAlignment(Qt::AlignHCenter | Qt::AlignVCenter); - showFullScreen(); update(); }