flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
286 stars 25 forks source link

Add vertical padding for iOS menu bar #160

Open SugarRayLua opened 11 months ago

SugarRayLua commented 11 months ago

Hi.

On iOS running Slab, we cannot use the menu bar since its clickable item overlaps the iOS status bar which cannot be removed (specifically default time and date) so cannot click on the menu. (Please see attached screenshot). Likely would work with additional vertical padding of the menu bar to bring it below the iOS status bar or allow the clickable menu start to be movable (i.e. shifted right; but prefer the former as not sure just shifting right would work). IMG_1514

Thanks!

flamendless commented 10 months ago

Hi @SugarRayLua , very sorry for the late response. Can you check again using the latest commit? I think PR https://github.com/flamendless/Slab/pull/162 fixed this issue already. Thank you