From 6c1212da4997ab8793e1948f78c133d8a4ac67e3 Mon Sep 17 00:00:00 2001 From: Alfred Eriksson Date: Sat, 10 Jan 2009 20:24:47 +0000 Subject: fixed the scrolling in server list --- src/game/client/components/menus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp index dd9855b9..4fb652d9 100644 --- a/src/game/client/components/menus.cpp +++ b/src/game/client/components/menus.cpp @@ -34,7 +34,7 @@ vec4 MENUS::color_tabbar_active_ingame; float MENUS::button_height = 25.0f; -float MENUS::listheader_height = 16.0f; +float MENUS::listheader_height = 17.0f; float MENUS::fontmod_height = 0.8f; INPUT_EVENT MENUS::inputevents[MAX_INPUTEVENTS]; -- cgit 1.4.1