From dd55b97203e71e0e208804e7758be05b114e44dd Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 8 Nov 2018 23:43:17 +1100 Subject: [PATCH] removed problematic line of code --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index c41d050df..a51912876 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -99,7 +99,6 @@ MainWindow::MainWindow(QWidget *parent) : ui->setupUi(this); updateTitle(""); - setWindowState(Qt::WindowMaximized); statusBar()->showMessage("Welcome to " + appName);