Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/KeyboardWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'Util/KeyboardWindow.py')
-rw-r--r--Util/KeyboardWindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Util/KeyboardWindow.py b/Util/KeyboardWindow.py
index 4d67375..2438170 100644
--- a/Util/KeyboardWindow.py
+++ b/Util/KeyboardWindow.py
@@ -88,8 +88,8 @@ class KeyboardWindow(gtk.Window):
mouse_hbox = gtk.HBox()
self.btn_dic["left_mouse"] = keyButton(self.pixel_space * 6, self.pixel_space * 2, [0,0,0], [0.5,0.5,0.5])
self.btn_dic["right_mouse"] = keyButton(self.pixel_space * 6, self.pixel_space * 2, [0,0,0], [0.5,0.5,0.5])
- mouse_hbox.pack_start(self.btn_dic["left_mouse"], False, False, padding = self.pixel_space//2)
- mouse_hbox.pack_start(self.btn_dic["right_mouse"], False, False, padding = self.pixel_space//2)
+ mouse_hbox.pack_start(self.btn_dic["left_mouse"], True, True, self.pixel_space//2)
+ mouse_hbox.pack_end(self.btn_dic["right_mouse"], True, True, self.pixel_space//2)
#Enter and Leave connections