Two questions: 1. Can I set a minimum size for a w...
# compose-desktop
z
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
I'm also struggling with 1, looking forward to an answer.
n
did you ever solve this?
h
Nope still no answer on this one.
z
wouldn't a LaunchedEffect be better for this
t
Don’t think that it really matters. Although LaunchedEffect does launch a coroutine, which is not needed here.
n
Thanks, I’ll try this out