Skip to content
Snippets Groups Projects
Commit 016258e3 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to soitool/main_window.py

parent 2b9cceca
No related branches found
No related tags found
1 merge request!3#18 MVP brukergrensesnitt - inline edit view
Pipeline #72224 passed
......@@ -484,5 +484,5 @@ class InlineEditableSOIView(QScrollArea):
if __name__ == "__main__":
app = QApplication(sys.argv)
WINDOW = MainWindow()
WINDOW.showMaximized()
WINDOW.show()
app.exec_()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment