Is there a way to resize a window by grabbing it's...
# kvision
j
Is there a way to resize a window by grabbing it's left, right, top, bottom borders?
r
No. Only with the bottom-right corner.
It's based on CSS
resize
property so it's not managed by KVision.
j
✔️Thanks for investigating!