sindresorhus / Settings

⚙ Add a settings window to your macOS app in minutes
MIT License
1.45k stars 100 forks source link

Added preferences window size info to readme #37

Closed PWrzesinski closed 5 years ago

PWrzesinski commented 5 years ago

Added information about dynamic preferences window's size that matches the view controller's size. This bit me when I wanted to quickly test the preferences window - the window didn't show until I added some constraints.

sindresorhus commented 5 years ago

This is a know issue, see: https://github.com/sindresorhus/Preferences/pull/28 But yes, we should document it in the meantime.