From b31243d271ec276551f3e56e1fef15224355a6ed Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 15 Jun 2009 09:48:18 +0000 Subject: [PATCH] tweaked checkboxes --- 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 a81654180..74234a528 100644 --- a/src/game/client/components/menus.cpp +++ b/src/game/client/components/menus.cpp @@ -184,7 +184,7 @@ void MENUS::ui_draw_checkbox_common(const void *id, const char *text, const char ui_margin(&c, 2.0f, &c); ui_draw_rect(&c, vec4(1,1,1,0.25f)*button_color_mul(id), CORNER_ALL, 3.0f); c.y += 2; - ui_do_label(&c, boxtext, r->h*fontmod_height*0.75f, 0); + ui_do_label(&c, boxtext, r->h*fontmod_height*0.6f, 0); ui_do_label(&t, text, r->h*fontmod_height*0.8f, -1); }