mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Changed default font size
git-svn-id: svn://ultimatepp.org/upp/trunk@9063 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6f33cfa477
commit
171d276ec3
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue