robotools / vanilla

A Pythonic wrapper around Cocoa.
MIT License
78 stars 28 forks source link

Fix Tabs for Ventura. #177

Closed typesupply closed 1 year ago

typesupply commented 1 year ago

This needs a thorough review. Ultimately the solution was to set the view frames relative to the tab view's contentRect. The contentRect is only available after the view moves to a window, so I wait until then to adjust the frames.

typesupply commented 1 year ago

This PR is for #172.

typemytype commented 1 year ago

looks good! thanks