Compare commits

...

7 commits

Author SHA1 Message Date
iammazty 1dc3ea90be
Merge 9cd2f561e3 into b5d662622c 2024-09-09 19:09:18 +02:00
iammazty 9cd2f561e3
Update menus_browser.cpp 2024-08-07 20:43:58 -04:00
iammazty ceb66d6ba8
Update menus.h 2024-08-07 20:43:04 -04:00
iammazty 7cf1ff4ca0
Update menus.h 2024-08-07 20:06:02 -04:00
iammazty e16c2d39a7
Update menus_browser.cpp 2024-08-07 20:05:45 -04:00
iammazty 68b7fbe163
Update menus_browser.cpp 2024-08-07 19:37:27 -04:00
iammazty 942ce372f7
Update menus.h 2024-08-07 19:35:35 -04:00

View file

@ -576,9 +576,9 @@ void CMenus::RenderServerbrowserStatusBox(CUIRect StatusBox, bool WasListboxItem
// buttons
{
CUIRect ButtonRefresh, ButtonConnect;
CUIRect ButtonRefresh, ButtonConnect, Button;
ConnectButtons.VSplitMid(&ButtonRefresh, &ButtonConnect, 5.0f);
// refresh button
{
char aLabelBuf[32] = {0};