How would I go about setting a min width and heigh...
# compose-desktop
s
How would I go about setting a min width and height for the desktop window? I haven’t found a way to get access to the underlying JFrame
s
Thanks, looks like I can get it via
Copy code
AppManager.focusedWindow?.window?.minimumSize = Dimension(100, 100)