From 3089c560e573cd2282acd1a9fd313aa9e6fd2881 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 12 Nov 2019 21:05:48 +0100 Subject: [PATCH] Ensure the window is normal size before we might maximise it --- nw/guimain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nw/guimain.py b/nw/guimain.py index 5d6557c5..5fa5df69 100644 --- a/nw/guimain.py +++ b/nw/guimain.py @@ -173,6 +173,7 @@ class GuiMain(QMainWindow): self.asDocTimer.start() self.statusBar.clearStatus() + self.showNormal() if self.mainConf.isFullScreen: self.toggleFullScreenMode()