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.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 = {}