Skip to content

Disable window maximizing option for configuration windows #250

Description

@AcastaPaloma

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions