Make types/countries fit ingame (fixes #2989)

This commit is contained in:
def 2020-10-03 21:02:36 +02:00
parent 6990cf3a0d
commit 3a55ff86d6

View file

@ -807,7 +807,7 @@ void CMenus::RenderServerbrowserFilters(CUIRect View)
// add more space
ServerFilter.HSplitTop(5.0f, 0, &ServerFilter);
ServerFilter.HSplitTop(20.0f, &Button, &ServerFilter);
ServerFilter.HSplitTop(140.0f, &ServerFilter, 0);
ServerFilter.HSplitTop(120.0f, &ServerFilter, 0);
RenderTools()->DrawUIRect(&ServerFilter, ms_ColorTabbarActive, CUI::CORNER_B, 10.0f);