From 0fb1cb11d4675f17023de43b3ffed6314ce31e8c Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sun, 19 Oct 2014 13:33:19 +0200 Subject: Changed max and default font size Min font size is 9, max is now 24 (previously 21) Default size is now 19 (previously 9) Closes #330 --- src/object/robotmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/robotmain.cpp') diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp index 43b1bf9..2ca2409 100644 --- a/src/object/robotmain.cpp +++ b/src/object/robotmain.cpp @@ -715,7 +715,7 @@ CRobotMain::CRobotMain(CApplication* app, bool loadProfile) FlushDisplayInfo(); - m_fontSize = 9.0f; + m_fontSize = 19.0f; m_windowPos = Math::Point(0.15f, 0.17f); m_windowDim = Math::Point(0.70f, 0.66f); -- cgit v1.2.3-1-g7c22