From f8b459b63b3ad3cfabe4f42d52d7912e60da2ccb Mon Sep 17 00:00:00 2001 From: Jakob Fries Date: Mon, 28 May 2007 13:49:44 +0000 Subject: gui changes --- src/engine/client/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/client') diff --git a/src/engine/client/ui.cpp b/src/engine/client/ui.cpp index 0f42e435..85ebeaf7 100644 --- a/src/engine/client/ui.cpp +++ b/src/engine/client/ui.cpp @@ -80,7 +80,7 @@ void ui_do_label(float x, float y, char *text) { gfx_blend_normal(); gfx_texture_set(current_font->font_texture); - gfx_pretty_text(x, y, 18.f, text); + gfx_pretty_text(x, y, 36.f, text); } int ui_do_button(void *id, const char *text, int checked, float x, float y, float w, float h, draw_button_callback draw_func, void *extra) -- cgit 1.4.1