Hi, is there a way to make a window resizable only...
# compose-desktop
a
Hi, is there a way to make a window resizable only to keep an aspect ratio ?
k
Hello! Could you do this in code maybe? Something like
.width = .height * 1.5 ; .height = .width / 1.5
so that it changes proportionally? Really just guessing, as I haven't tried enough stuff yet, but that's what I'd look at! Others will hopefully have some other function you can configure.