You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application was made with a fixed window size, thus position of UI elements is absolute within the fixed frame. Thus button hints for GUI window do not include a maximise button. In Linux and Windows this disables the maximise button, however macOS overrides window button hints causing the issue.
Suggested fixes:
Figure out how to disable maximise button in macOS
OR
Use relative positioning instead of absolute positioning in UI main window
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Details
The application was made with a fixed window size, thus position of UI elements is absolute within the fixed frame. Thus button hints for GUI window do not include a maximise button. In Linux and Windows this disables the maximise button, however macOS overrides window button hints causing the issue.
Suggested fixes:
OR
The text was updated successfully, but these errors were encountered: