Commit 1d4422e9 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

MainWindow: Disable window maximized.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -278,7 +278,7 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
"""
self.update_enable_action()
# Maximise window
self.showMaximized()
#self.showMaximized()
def set_debug_lvl(self, debug=True):
if debug:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment