Merge pull request #162 from retr0s4ge/master
(Windows Frontend) Fix window size increase on startup
This commit is contained in:
commit
d869e6cb10
|
@ -675,7 +675,7 @@ void ScaleScreen(float factor, bool user)
|
|||
else
|
||||
if (video.layout == 1)
|
||||
{
|
||||
w1x = video.rotatedwidthgap() * 2;
|
||||
w1x = video.rotatedwidthgap() * 2 / screenSizeRatio;
|
||||
h1x = video.rotatedheightgap() / 2;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue