Hi, the Game view scale being set to 1.3x is not a result of your monitor display resolution but rather your system display scale being 125% (you can find this on Windows from Settings -> Display -> Scale). It has always been the behaviour of the Game view scale that it would clamp its lower bound to the system display scale when Low Resolution Aspect Ratios is toggled on (in the resolution dropdown of the Game view). Previously, there was a bug where this clamping would only happen for integer values. This isn't an issue on MacOS systems where display scales are always fixed to 1 or 2, but Windows can have non-integer values for display scales (e.g. 1.25 for 125%, 1.5 for 150%). These non-integer display scales caused the Game view to have big borders around the game. By clamping the lower bound of the Game view scale to match the display scale, we are ensuring that the Game view does not have borders causing the game to render in a small region than desired. This should not cause any visual distortions - the game is simply being rendered at a lower resolution then being scaled to fit in a bigger window. This has been existing behaviour for all integer display scales (e.g. 2x or 200%).