mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Center the icons
This commit is contained in:
parent
b2371522f9
commit
b3b0e1041c
|
@ -170,7 +170,7 @@ void CMenus::RenderPlayers(CUIRect MainView)
|
||||||
|
|
||||||
// headline
|
// headline
|
||||||
Options.HSplitTop(34.0f, &ButtonBar, &Options);
|
Options.HSplitTop(34.0f, &ButtonBar, &Options);
|
||||||
ButtonBar.VSplitRight(220.0f, &Player, &ButtonBar);
|
ButtonBar.VSplitRight(231.0f, &Player, &ButtonBar);
|
||||||
UI()->DoLabelScaled(&Player, Localize("Player"), 24.0f, -1);
|
UI()->DoLabelScaled(&Player, Localize("Player"), 24.0f, -1);
|
||||||
|
|
||||||
ButtonBar.HMargin(1.0f, &ButtonBar);
|
ButtonBar.HMargin(1.0f, &ButtonBar);
|
||||||
|
|
Loading…
Reference in a new issue