Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/keyboard.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-02-10 04:22:24 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-02-10 04:22:24 (GMT)
commitfeb36d91eeccd048ecadc01df1814e627dc97d83 (patch)
treea34204f653f9b45bf8fa910791f7faa3161fe783 /keyboard.py
parentd813d28f0d51a8f4925748c11b07c5bae1f4276d (diff)
Awesome new background!! Yay!
Diffstat (limited to 'keyboard.py')
-rw-r--r--keyboard.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard.py b/keyboard.py
index 341f1e8..5c0f04f 100644
--- a/keyboard.py
+++ b/keyboard.py
@@ -223,8 +223,8 @@ OLPC_LAYOUT = {
class KeyboardImages:
def __init__(self):
- self.width = 775 * 1.4
- self.height = 265 * 1.4
+ self.width = int(775 * 1.4)
+ self.height = int(265 * 1.4)
self.images = {}