ryanmcgrath / cacao

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
MIT License
1.85k stars 69 forks source link

fixed #59 #60

Closed dominikwilkowski closed 2 years ago

dominikwilkowski commented 2 years ago

Fixed preference panel size. I went with 200 instead of the suggested 100 as width since it felt a bit cramped at 100. Happy to change to 100 if needed.

(I also didn't run fmt since it seems to require nightly perhaps as I got a lot of changes when running it)

image