mix1009/desktop_window

macOs - DesktopWindow.setMinWindowSize(Size(400,400)) not working

Najib90 opened this issue · 1 comments

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?

Never mind, it worked - although not how I expected it. Will close.