Describe the bug
All windows in configuration are maximizable (full-screen). If a user does so, the UI looks unproportionate and unusable.
Expected behavior
By using the following line:
self.setWindowFlags(qt.Qt.Window | qt.Qt.CustomizeWindowHint | qt.Qt.WindowMinimizeButtonHint | qt.Qt.WindowCloseButtonHint)
A windows will have its maximizing option removed. Even double-clicking on the top bar doesn't do anything.
Should we apply this easy UI change to all configuration Windows?
Describe the bug
All windows in configuration are maximizable (full-screen). If a user does so, the UI looks unproportionate and unusable.
Expected behavior
By using the following line:
self.setWindowFlags(qt.Qt.Window | qt.Qt.CustomizeWindowHint | qt.Qt.WindowMinimizeButtonHint | qt.Qt.WindowCloseButtonHint)A windows will have its maximizing option removed. Even double-clicking on the top bar doesn't do anything.
Should we apply this easy UI change to all configuration Windows?