twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.71k stars 306 forks source link

Fix map view size #155

Closed xnth97 closed 2 years ago

xnth97 commented 2 years ago

Quick fix for map view size. GeometryReader doesn't work well under ScrollView so hardcode a height for now considering the minimal height of window.

Before After
截屏2022-06-07 下午5 53 32 截屏2022-06-07 下午6 08 39
twostraws commented 2 years ago

Thank you!