Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/templates/editor.html
diff options
context:
space:
mode:
authorSebastian Silva <sebastian@sugarlabs.org>2011-11-18 22:51:18 (GMT)
committer Sebastian Silva <sebastian@sugarlabs.org>2011-11-18 22:51:18 (GMT)
commitd37af74b9e56d30044b45913afb21a86c9ad2b79 (patch)
tree032f9a1c8da11269f8abb1b44aa44ce064aba2f3 /app/templates/editor.html
parentc5773b9e8b494d06e39580d6830edb3c71b9d075 (diff)
UI Tweaks
Diffstat (limited to 'app/templates/editor.html')
-rw-r--r--app/templates/editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/editor.html b/app/templates/editor.html
index 6e0e8df..73fbcf8 100644
--- a/app/templates/editor.html
+++ b/app/templates/editor.html
@@ -66,7 +66,7 @@
document.ready = function() {
var aceEditor = ace.edit("editor");
aceEditor.setTheme("ace/theme/twilight");
- document.getElementById('editor').style.fontSize='14pt';
+ document.getElementById('editor').style.fontSize='16px';
aceEditor.getSession().setUseSoftTabs(true);
// we can assume we're on unix
aceEditor.getSession().setNewLineMode("unix");