mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Make types/countries fit ingame (fixes #2989)
This commit is contained in:
parent
6990cf3a0d
commit
3a55ff86d6
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue