mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
f641258b4e
commit
dcb41bfc46
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue