fix width of switch button in lite gui
authorthomasv <thomasv@gitorious>
Thu, 10 Jan 2013 13:39:03 +0000 (14:39 +0100)
committerthomasv <thomasv@gitorious>
Thu, 10 Jan 2013 13:39:03 +0000 (14:39 +0100)
lib/gui_lite.py

index b478677..e6a820e 100644 (file)
@@ -303,6 +303,7 @@ class MiniWindow(QDialog):
         self.receive_button.setDefault(True)
 
         self.switch_button = QPushButton( QIcon(":icons/switchgui.png"),'' )
+        self.switch_button.setMaximumWidth(25)
         self.switch_button.clicked.connect(expand_callback)
 
         main_layout = QGridLayout(self)