macOs - DesktopWindow.setMinWindowSize(Size(400,400)) not working
Najib90 opened this issue · 1 comments
Najib90 commented
After setting this, I am still able to make the desktop macOs app smaller than 400x400 in width and height.
Is there something additional that I need to perform apart from DesktopWindow.setMinWindowSize()
to not let it be smaller than what I am setting in the width and height here?
Najib90 commented
Never mind, it worked - although not how I expected it. Will close.