set icon size in status bar
authorThomasV <thomasv@gitorious>
Thu, 5 Sep 2013 06:02:54 +0000 (08:02 +0200)
committerThomasV <thomasv@gitorious>
Thu, 5 Sep 2013 06:02:54 +0000 (08:02 +0200)
gui/gui_classic.py

index 2d4aa96..932da61 100644 (file)
@@ -179,6 +179,7 @@ class StatusBarButton(QPushButton):
         self.setMaximumWidth(25)
         self.clicked.connect(func)
         self.func = func
+        self.setIconSize(QSize(25,25))
 
     def keyPressEvent(self, e):
         if e.key() == QtCore.Qt.Key_Return: