mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: reduce std padding to 1 for small screen
This commit is contained in:
parent
58c3794ce7
commit
30a5922a0b
|
@ -274,7 +274,7 @@ void pxSizerFlags::SetBestPadding()
|
|||
if (wxSystemSettings::GetMetric(wxSYS_SCREEN_X) > 1024 && wxSystemSettings::GetMetric(wxSYS_SCREEN_Y) > 864)
|
||||
StdPadding = 4;
|
||||
else
|
||||
StdPadding = 2;
|
||||
StdPadding = 1;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue