From b0d02ab7d8d6b66a31664091daaf65fcd1d04eda Mon Sep 17 00:00:00 2001 From: atlante45 Date: Fri, 7 Jun 2013 23:02:00 +0200 Subject: [PATCH] 19366 - Smaller log display --- interface/src/LogDisplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/LogDisplay.h b/interface/src/LogDisplay.h index e2f9ad8dd4..f699cb5279 100644 --- a/interface/src/LogDisplay.h +++ b/interface/src/LogDisplay.h @@ -27,7 +27,7 @@ public: static unsigned const TEXT_COLOR = 0xb299ff; // text foreground color (bytes, RGB) static FILE* const DEFAULT_STREAM; // = stdout; // stream to also log to (defined in .cpp) - static unsigned const DEFAULT_CHAR_WIDTH = 7; // width of a single character + static unsigned const DEFAULT_CHAR_WIDTH = 5; // width of a single character static unsigned const DEFAULT_CHAR_HEIGHT = 16; // height of a single character static unsigned const DEFAULT_CONSOLE_WIDTH = 400; // width of the (right-aligned) log console