mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
adjusted spacing in the server browser
This commit is contained in:
parent
3511ba2e37
commit
8d18a5a55b
|
@ -1070,7 +1070,7 @@ void CMenus::RenderServerbrowserServerList(CUIRect View)
|
||||||
}
|
}
|
||||||
|
|
||||||
if(s < m_lFilters.size()-1)
|
if(s < m_lFilters.size()-1)
|
||||||
View.HSplitTop(ms_ListheaderHeight, &Row, &View);
|
View.HSplitTop(SpacingH, &Row, &View);
|
||||||
}
|
}
|
||||||
|
|
||||||
UI()->ClipDisable();
|
UI()->ClipDisable();
|
||||||
|
|
Loading…
Reference in a new issue