ide: Reverted CodeEditor font to Courier New (Consolas was committed by error)
authorJerome St-Louis <jerome@ecere.com>
Thu, 25 Aug 2011 05:29:18 +0000 (01:29 -0400)
committerJerome St-Louis <jerome@ecere.com>
Thu, 25 Aug 2011 05:29:18 +0000 (01:29 -0400)
ide/src/designer/CodeEditor.ec

index ec13cfc..93ba8b9 100644 (file)
@@ -31,12 +31,13 @@ SyntaxColorScheme colorScheme
 */
 
 // The new nice dark scheme -- so peaceful on my brain
-/*FontResource panelFont { "Courier New", 10 };
+
+FontResource panelFont { "Courier New", 10 };
 FontResource codeFont { "Courier New", 10 };
-*/
+/*
 FontResource panelFont { "Consolas", 10.5f };
 FontResource codeFont { "Consolas", 10.5f };
-
+*/
 Color selectionColor = lightYellow;
 Color selectionText = Color { 30, 40, 50 };
 Color viewsBackground = Color { 30, 40, 50 };