Join Slack
Powered by
How would I go about setting a min width and heigh...
# compose-desktop
s
spierce7
11/06/2020, 10:08 PM
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
r
Ruckus
11/06/2020, 10:55 PM
https://github.com/JetBrains/compose-jb/tree/master/tutorials/Window_API
s
spierce7
11/06/2020, 11:35 PM
Thanks, looks like I can get it via
Copy code
AppManager.focusedWindow?.window?.minimumSize = Dimension(100, 100)
8
Views
Open in Slack
Previous
Next