Hi…Solar2d 2022.3680, macOS Mojave.
My build.settings has ‘resizable=true’, and ‘minViewHeight=140’.
(config.lua has ‘scale=false’)
But…the app/macOS is allowing me to resize the window to less than 140 pixels (down to about 118 pixels).
The app/macOS does honor the value of minViewWidth!
Is this a known bug?
thanks!
settings = {
window = { -- for macOS
resizable = true,
showWindowTitle = true,
minViewWidth = 200, -- works
minViewHeight = 140, -- doesn't seem to work (macOS I can shrink to about 118)
},