Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximize not disabled in macOS - breaks UI #10

Open
SaurusXI opened this issue Apr 19, 2020 · 0 comments
Open

Maximize not disabled in macOS - breaks UI #10

SaurusXI opened this issue Apr 19, 2020 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@SaurusXI
Copy link
Contributor

Steps to reproduce

  • Open application in macOS
  • Click on maximize button

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:

  • Figure out how to disable maximise button in macOS
    OR
  • Use relative positioning instead of absolute positioning in UI main window
@L04DB4L4NC3R L04DB4L4NC3R added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants