Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/KeyboardWindow.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-05 17:57:35 (GMT)
committer Nat <natcl@hotmail.com>2007-07-05 17:57:35 (GMT)
commita00d3557abe7a94d05ddf1c59dd93135894f7bea (patch)
treea38b86933bab073e5c3134e362d283e9becc1401 /Util/KeyboardWindow.py
parent441a0291c147d85d87b2d1fd7a993d52e8660eae (diff)
Misc
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