From c2bfc92bb4e6364640856d2cffc55a33e93abe19 Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Wed, 28 Oct 2009 00:36:39 +0000 Subject: Disable hardcoded keyboard font. --- 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 -- cgit v0.9.1