▲ | cosmic_cheese a day ago | ||||||||||||||||
> The fact that title bars on OSX aren't a fixed size drives me crazy every single day. Are you talking about standalone titlebars or are you including merged/unified titlebars+toolbars? Plain titlebars have a single height and merged unified toolbars have a little bit of variance but not a lot. Any significant variance beyond those is due to third party developers hiding the standard window chrome and drawing their own. You could probably tweak NSWindow instances to bring back the standard chrome, but it’s going to look strange since it’ll show in addition to the custom chrome. | |||||||||||||||||
▲ | doix a day ago | parent [-] | ||||||||||||||||
I am so uneducated that I cannot even answer your question properly. But for example, the default terminal in OSX has a really nice thin bar. VSCode/Cursor have a _slightly_ thicker one. Google Chrome and Firefox are huge. The red/yellow/green buttons also don't have a consistent position between those applications. Do you happen to know which are custom chrome and which are "unified"? It didn't occur to me that other programs could be drawing their own chrome, since they look _mostly_ native(at least to me). On windows, if something was using custom stuff it would just look completely different (i.e winamp). I guess part of the problem is that I've never done native OSX development, so I don't know what the APIs or native toolkits are like. | |||||||||||||||||
|