mirror of
https://github.com/nzp-team/quakec.git
synced 2024-12-03 17:32:21 +00:00
MENU: m_menu.qc: make serverlist scrollbar wider
This commit is contained in:
parent
6ce5294367
commit
983fd24a4c
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ void(string id, vector pos, vector size, __inout vector scrollofs, float num_ser
|
|||
vector rowsize = [size.x, 16];
|
||||
vector listitem_pos = [0, 0, 0];
|
||||
sui_fill(pos, size, [0, 0, 0], 0.75, 0);
|
||||
sui_list_view_begin(strcat(id, "scrl"), pos, size, rowsize, num_servers, scrollofs, [0, 8]);
|
||||
sui_list_view_begin(strcat(id, "scrl"), pos, size, rowsize, num_servers, scrollofs, [0, 16]);
|
||||
for (float index = sui_list_item(listitem_pos); index > -1; index = sui_list_item(listitem_pos))
|
||||
{
|
||||
sui_push_frame(listitem_pos, rowsize);
|
||||
|
|
Loading…
Reference in a new issue