From 50ceb90b7e29b64e5b519637640a75c319d07e0f Mon Sep 17 00:00:00 2001
From: thomahl <thomahl@stud.ntnu.no>
Date: Wed, 4 Mar 2020 13:19:02 +0100
Subject: [PATCH] #34 starter i fullskjerm

---
 soitool/main_window.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soitool/main_window.py b/soitool/main_window.py
index 042f25a..6b406ee 100644
--- a/soitool/main_window.py
+++ b/soitool/main_window.py
@@ -182,5 +182,5 @@ class ViewArea(QWidget):
 if __name__ == "__main__":
     app = QApplication(sys.argv)
     WINDOW = MainWindow()
-    WINDOW.show()
+    WINDOW.showMaximized()
     app.exec_()
-- 
GitLab