fix width of switch button in lite gui

This commit is contained in:
thomasv 2013-01-10 14:39:03 +01:00
parent b79da90d02
commit e9544df270
1 changed files with 1 additions and 0 deletions

View 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)