Hi, is there a way to make a window resizable only to keep an aspect ratio ?
k
Kebbin
12/05/2021, 10:15 AM
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.