Autumn icon indicating copy to clipboard operation
Autumn copied to clipboard

Frame size of scaled monitors is not recognized

Open kogakure opened this issue 5 years ago • 3 comments

I noticed that Autumn sets windows on my 4K monitor with a native screen size of 1920 × 1080 (which I run on a scaled 2560 × 1440 size) to 1920 × 1080 (and only fills a part of the screen) when I execute Window.focusedWindow().moveToPercentOfScreen({x: 0, y: 0, width: 1, height: 1}). I can manually adjust by using 1.333, but I couldn’t find a way to read out the monitors scaling and adjust automatically. I personally think 100% should be the size of the actual screen size.

kogakure avatar Feb 19 '20 14:02 kogakure

Having the same issue. A lot of use likely are now using monitors we didn't use as often before social-distancing orders.

thomasqbrady avatar May 05 '20 22:05 thomasqbrady

Out of curiosity, does this work as expected after restarting the Autumn client? From what I can tell, It looks like it may be bug with cached screen resolutions even after scaling.

apandhi avatar Sep 05 '20 17:09 apandhi

No, I always run the monitor on this scaled resolution.

kogakure avatar Sep 06 '20 06:09 kogakure