From 171d276ec37a64966dcf6e92985ec447e5e9c768 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 21 Oct 2015 13:56:48 +0000 Subject: [PATCH] ide: Changed default font size git-svn-id: svn://ultimatepp.org/upp/trunk@9063 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/idewin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uppsrc/ide/idewin.cpp b/uppsrc/ide/idewin.cpp index 6402c082a..98382b3b2 100644 --- a/uppsrc/ide/idewin.cpp +++ b/uppsrc/ide/idewin.cpp @@ -505,8 +505,8 @@ Ide::Ide() Icon(IdeImg::Package(), IdeImg::Package()); - tfont = editorfont = font2 = CourierZ(13); - veditorfont = consolefont = font1 = CourierZ(11); + tfont = editorfont = font2 = CourierZ(12); + veditorfont = consolefont = font1 = CourierZ(10); editortabsize = 4; indent_amount = 4; indent_spaces = false;