mirror of https://gitlab.com/pamhyr/pamhyr2
MainWindow: Disable window maximized.
parent
1a10da9c89
commit
1d4422e9c5
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue