Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard.py')
-rw-r--r--keyboard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard.py b/keyboard.py
index 076f015..8dc73e7 100644
--- a/keyboard.py
+++ b/keyboard.py
@@ -409,7 +409,7 @@ class KeyboardWidget(KeyboardData, gtk.DrawingArea):
self.connect("expose-event", self._expose_cb)
- self.modify_font(pango.FontDescription('Monospace 10'))
+ #self.modify_font(pango.FontDescription('Monospace 10'))
# Active language group and modifier state.
# See http://www.pygtk.org/docs/pygtk/class-gdkkeymap.html for more