about summary refs log tree commit diff
path: root/src/game/client
diff options
context:
space:
mode:
authorAlfred Eriksson <somerunce@gmail.com>2009-01-11 11:01:32 +0000
committerAlfred Eriksson <somerunce@gmail.com>2009-01-11 11:01:32 +0000
commitc164ba3518f14cb939194c24ca308ec69bb5535e (patch)
treeed941af6dff8dff82f3f88f5931f0c701e2207b3 /src/game/client
parent79277013fc599dac7dcced498956ca25f1d31599 (diff)
downloadzcatch-c164ba3518f14cb939194c24ca308ec69bb5535e.tar.gz
zcatch-c164ba3518f14cb939194c24ca308ec69bb5535e.zip
fixed #593
Diffstat (limited to 'src/game/client')
-rw-r--r--src/game/client/components/menus_browser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus_browser.cpp b/src/game/client/components/menus_browser.cpp
index 7cc3adea..14d65e2d 100644
--- a/src/game/client/components/menus_browser.cpp
+++ b/src/game/client/components/menus_browser.cpp
@@ -560,7 +560,7 @@ void MENUS::render_serverbrowser(RECT main_view)
 	{
 		RECT tab_bar;
 		RECT tabbutton0, tabbutton1;
-		ui_hsplit_t(&toolbox, 30, &tab_bar, &toolbox);
+		ui_hsplit_t(&toolbox, 22.0f, &tab_bar, &toolbox);
 	
 		ui_vsplit_mid(&tab_bar, &tabbutton0, &tabbutton1);
 		ui_vsplit_r(&tabbutton0, 5.0f, &tabbutton0, 0);