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()
|
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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue