sindresorhus / Pasteboard-Viewer

📋 Inspect the system pasteboards on macOS
https://sindresorhus.com/pasteboard-viewer
MIT License
697 stars 34 forks source link

Remove sidebar maxWidth #27

Closed Aaron-Rumpler closed 1 year ago

Aaron-Rumpler commented 1 year ago

The maxWidth was applying only to the List it contained, so the sidebar wasn't prevented form being resized larger than maxWidth. When this happens, the List appears at it's maxWidth centred in the sidebar.

I did try setting it on the sidebar directly (when it's added to the NavigationView), but this had the same effect (the NavigationView could still be resized larger than maxWidth, with the same effect as before).