Skip to content
Snippets Groups Projects

#34 starter i fullskjerm

Merged Thomas Holene Løkkeborg requested to merge starte-i-fullskjerm into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -182,5 +182,5 @@ class ViewArea(QWidget):
if __name__ == "__main__":
app = QApplication(sys.argv)
WINDOW = MainWindow()
WINDOW.show()
WINDOW.showMaximized()
app.exec_()
Loading