Fix depot and station orientation picker windows

This commit is contained in:
dP
2023-02-04 02:45:01 +04:00
parent 56dc10c897
commit 7e8052d955
2 changed files with 10 additions and 22 deletions

View File

@@ -2131,7 +2131,7 @@ public:
break;
case WID_BRAD_DEPOT_AUTO:
size->width = ScaleGUITrad(128) + 4 + WidgetDimensions::scaled.fullbevel.Horizontal();
size->width = ScaleGUITrad(128 + 2) + 2 * WidgetDimensions::scaled.fullbevel.Horizontal();
break;
}
}