coteditor / CotEditor

Lightweight Plain-Text Editor for macOS
https://coteditor.com
Other
6.38k stars 431 forks source link

Make the size of close/maximize/minimize buttons in MacOS consistent #1508

Closed czack810150 closed 1 year ago

czack810150 commented 1 year ago

Is your feature request related to a problem? Please describe. The size of close/maximize/minimize buttons are extremely tiny in the pop-up windows that opened in CotEditor such as the Find & Replace window. It makes it hard to look at and click on, also the inconsistency in buttons size is not very aesthetically pleasing.

image

Describe the solution you'd like Make the header bar a bit bigger and make the size of the three buttons same as the main window for consistency and perhaps even better accessibility for people with eye or coordination issues.

Describe alternatives you've considered N/A

Additional context

image
1024jp commented 1 year ago

The Find & Replace window in CotEditor is one of a so-called panels in the macOS interfaces. cf. Panels -Apple Human Interface Guidelines Regarding the panels, small title bar (including small buttons) is used by default for utility panels. That means, by the way, not all panels should use small title bars. For instance, Settings windows (formerly Preferences windows) are also one of the panel but they use the standard size title bar. On the other hand, find widows are “utility panel” that are used subsidiary with the main document windows to fulfill a specific task: finding and replacing text. Thus, CotEditor uses the small title bar purposely to conform to the proper macOS application design.

For example, Pages.app by Apple uses the same strategy (utility panel type title bar + regular size controls).

Screenshot 2023-08-15 at 12 58 56

In addition, FYI, if you feel hard to point the close button, you can use Esc key to close the window (This is one of a typical behavior in panels).