Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mainscreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'mainscreen.py')
-rw-r--r--mainscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainscreen.py b/mainscreen.py
index c459ac4..1646b00 100644
--- a/mainscreen.py
+++ b/mainscreen.py
@@ -91,7 +91,7 @@ class MainScreen(gtk.VBox):
# Load all the keyboard images.
width = int(gtk.gdk.screen_width())
- height = int(gtk.gdk.screen_height()*0.4)
+ height = int(gtk.gdk.screen_height()*0.3)
self.keyboard_images = keyboard.KeyboardImages(width, height)
self.keyboard_images.load_images()