Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-10-28 00:36:39 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-10-28 00:36:39 (GMT)
commitc2bfc92bb4e6364640856d2cffc55a33e93abe19 (patch)
tree381b64506154fb14c953c2a4f680bdf7422b0842
parentb3248de32a24584ed2e62a840760a4c85fdf5380 (diff)
Disable hardcoded keyboard font.
-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