-- revert last 2 commits

This commit is contained in:
Rachael Alexanderson 2020-03-22 07:29:22 -04:00
parent 442bead31b
commit 5e262c6145
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ void DBaseStatusBar::SetScale ()
{
// Wider or equal than 4:3
SBarTop = Scale(sby, h, VerticalResolution);
double width4_3 = w * (4 / 3) / aspect;
double width4_3 = w * 1.333 / aspect;
ST_X = int((w - width4_3) / 2);
}
else