rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.1k stars 741 forks source link

Use Preferences Toolbar Style for the Settings Window #1353

Open alexkaessner opened 3 months ago

alexkaessner commented 3 months ago

The settings window uses a toolbar style that isn’t recommended by Apple’s HIG.

The common style designed for settings is the NSWindowToolbarStylePreference (more at this WWDC video).

Also a bit cumbersome is the fact that the window size changes so much between the different panes. That leads to the issue that you have to recalibrate your cursor every time. Other apps like Safari or Mail use the same width for all panes and center the content inside the window.

https://github.com/rxhanson/Rectangle/assets/6615076/9714b585-064d-4544-b758-3d768c2864e5

macOS version: 14.3.1 Rectangle version: 0.76 (82)

rxhanson commented 3 months ago

Thanks for reporting. I agree, I've always been annoyed by the resizing mechanism here. I don't have the bandwidth to update this at the moment, but would welcome a good pull request that fixes this and makes the window adhere to current guidelines.