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;