https://kotlinlang.org logo
Title
z

zt

03/07/2022, 11:28 PM
Two questions: 1. Can I set a minimum size for a window? 2. How can I make draggable change the cursor to the resize icon whenever it's on the border of something?
h

Humphrey

03/08/2022, 1:43 AM
I'm also struggling with 1, looking forward to an answer.
n

Nathan Retta

04/14/2022, 6:08 PM
did you ever solve this?
h

Humphrey

04/18/2022, 6:06 AM
Nope still no answer on this one.
z

zt

05/30/2022, 3:47 PM
wouldn't a LaunchedEffect be better for this
t

Thomas

05/30/2022, 3:54 PM
Don’t think that it really matters. Although LaunchedEffect does launch a coroutine, which is not needed here.
n

Nathan Retta

05/30/2022, 3:56 PM
Thanks, I’ll try this out