MainWindow: Disable window maximized.

setup.py
Pierre-Antoine Rouby 2023-11-21 10:38:05 +01:00
parent 1a10da9c89
commit 1d4422e9c5
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
""" """
self.update_enable_action() self.update_enable_action()
# Maximise window # Maximise window
self.showMaximized() #self.showMaximized()
def set_debug_lvl(self, debug=True): def set_debug_lvl(self, debug=True):
if debug: if debug: