From a00d3557abe7a94d05ddf1c59dd93135894f7bea Mon Sep 17 00:00:00 2001 From: Nat Date: Thu, 05 Jul 2007 17:57:35 +0000 Subject: Misc --- (limited to 'Util/KeyboardWindow.py') 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 -- cgit v0.9.1