mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 22:48:18 +00:00
adjusted the expand icons in the server browser. #1670
This commit is contained in:
parent
5954c11739
commit
7b963e5c15
|
@ -651,8 +651,8 @@ bool CMenus::RenderFilterHeader(CUIRect View, int FilterIndex)
|
|||
{
|
||||
Switch = true; // switch later, to make sure we haven't clicked one of the filter buttons (edit...)
|
||||
}
|
||||
Button.Margin(2.0f, &Button);
|
||||
View.VSplitLeft(20.0f, &Button, &View);
|
||||
Button.Margin(2.0f, &Button);
|
||||
DoIcon(IMAGE_MENUICONS, pFilter->Extended() ? SPRITE_MENU_EXPANDED : SPRITE_MENU_COLLAPSED, &Button);
|
||||
|
||||
// split buttons from label
|
||||
|
|
Loading…
Reference in a new issue