diff clients/editor/settings.py @ 242:561751c094b8

Switched default font in the editor to FreeSans. Fixed the layertool to not use _setBackgroundColor etc.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 25 Mar 2009 08:31:04 +0000
parents f10a2e78a0e1
children
line wrap: on
line diff
--- a/clients/editor/settings.py	Wed Mar 25 08:04:07 2009 +0000
+++ b/clients/editor/settings.py	Wed Mar 25 08:31:04 2009 +0000
@@ -7,7 +7,7 @@
 ScreenWidth         = 1024
 ScreenHeight        = 768
 
-Font                = 'fonts/samanata.ttf'
+Font                = 'fonts/FreeSans.ttf'
 FontGlyphs          = " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\""
 
 LogModules          = ['controller']