mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed height of toolbox to fit 16p
This commit is contained in:
parent
0810f3a526
commit
ae5b47a266
|
@ -567,7 +567,7 @@ void MENUS::render_serverbrowser(RECT main_view)
|
|||
|
||||
// split off a piece for filters, details and scoreboard
|
||||
ui_vsplit_r(&view, 200.0f, &view, &toolbox);
|
||||
ui_hsplit_b(&toolbox, 120.0f, &toolbox, &button_box);
|
||||
ui_hsplit_b(&toolbox, 80.0f, &toolbox, &button_box);
|
||||
ui_hsplit_b(&view, button_height+5.0f, &view, &status_toolbar);
|
||||
|
||||
render_serverbrowser_serverlist(view);
|
||||
|
|
Loading…
Reference in a new issue