Fixed Refit window not fitting the screen height

This commit is contained in:
Sergii Pylypenko
2019-09-04 15:15:24 +03:00
committed by pelya
parent 070f1ddf4f
commit cbdfa25356

View File

@@ -661,7 +661,7 @@ struct RefitWindow : public Window {
switch (widget) {
case WID_VR_MATRIX:
resize->height = GetMinSizing(NWST_STEP, WD_MATRIX_TOP + FONT_HEIGHT_NORMAL + WD_MATRIX_BOTTOM);
size->height = resize->height * 5;
size->height = resize->height * 4;
break;
case WID_VR_VEHICLE_PANEL_DISPLAY: