Vertical editor split font size is now 12 by default.

git-svn-id: svn://ultimatepp.org/upp/trunk@11668 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2018-01-07 15:59:14 +00:00
parent f641258b4e
commit dcb41bfc46

View file

@ -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;