From dcb41bfc46a7688256a1ab53929a9c8bf6154030 Mon Sep 17 00:00:00 2001 From: klugier Date: Sun, 7 Jan 2018 15:59:14 +0000 Subject: [PATCH] Vertical editor split font size is now 12 by default. git-svn-id: svn://ultimatepp.org/upp/trunk@11668 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 cdf779224..f9892167f 100644 --- a/uppsrc/ide/idewin.cpp +++ b/uppsrc/ide/idewin.cpp @@ -509,8 +509,8 @@ Ide::Ide() Icon(IdeImg::Package(), IdeImg::Package()); - tfont = editorfont = font2 = CourierZ(12); - veditorfont = consolefont = font1 = CourierZ(10); + tfont = editorfont = font2 = veditorfont = CourierZ(12); + consolefont = font1 = CourierZ(10); editortabsize = 4; indent_amount = 4; indent_spaces = false;