theapache64
07/11/2021, 6:21 PMtheapache64
07/12/2021, 5:42 AMAngelo Rüggeberg
07/12/2021, 6:26 AMonResize
and add some logic there that prevents getting lower than specific valuestheapache64
07/12/2021, 6:26 AMAngelo Rüggeberg
07/12/2021, 6:29 AMWindow(
events = WindowEvents(
onResize = { size ->
windowSize.value = size
}
)
) {
// Content
Angelo Rüggeberg
07/12/2021, 6:30 AMtheapache64
07/12/2021, 6:30 AMtheapache64
07/12/2021, 7:13 AMonResize
with a windowSize
state, but it didn't work. I then tried with AppManager.focusedWindow?.setSize
. It works. but the problem is, it resizes to the min size only when I release the mouse.theapache64
07/12/2021, 7:16 AMstate
method that didn't work ⬇️theapache64
07/12/2021, 7:20 AMAngelo Rüggeberg
07/12/2021, 7:39 AM