diff options
-rw-r--r-- | src/station_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 1811dc34b..724b45d1b 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -1110,7 +1110,7 @@ struct StationViewWindow : public Window { nwi->SetDataTip(STR_STATION_VIEW_RATINGS_BUTTON, STR_STATION_VIEW_RATINGS_TOOLTIP); // Switch to ratings view. height_change = ALH_ACCEPTS - ALH_RATING; } - this->ReInit(0, height_change); + this->ReInit(0, height_change * FONT_HEIGHT_NORMAL); break; } |