diff --git a/src/g_statusbar/shared_sbar.cpp b/src/g_statusbar/shared_sbar.cpp index ce05184fd26..31e3e451d71 100644 --- a/src/g_statusbar/shared_sbar.cpp +++ b/src/g_statusbar/shared_sbar.cpp @@ -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