diff --git a/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs b/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs index 223ab7bfe..b856d5940 100644 --- a/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs +++ b/Barotrauma/BarotraumaClient/Source/Screens/ServerListScreen.cs @@ -205,6 +205,8 @@ namespace Barotrauma UserData = "noresults" }; } + + serverList.UpdateScrollBarSize(); } private bool RefreshJoinButtonState(GUIComponent component, object obj)