From 41bd2a66345e670c3ff127584cae3f6766bac743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 11 Nov 2014 00:50:17 +0100 Subject: Add console font size setting and a preview\ Also moves the console settings from the minecraft page. --- MultiMC.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'MultiMC.cpp') diff --git a/MultiMC.cpp b/MultiMC.cpp index c1af23e0..21530903 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -407,6 +407,7 @@ void MultiMC::initGlobalSettings(bool test_mode) // in test mode, we don't have UI, so we don't do any font resolving m_settings->registerSetting("ConsoleFont", defaultMonospace); } + m_settings->registerSetting("ConsoleFontSize", 11); // FTB m_settings->registerSetting("TrackFTBInstances", false); -- cgit v1.2.3