plug to sfi.py for getting resources
[sface.git] / sfascreen.py
index cca15c7..e1e9639 100644 (file)
@@ -21,7 +21,6 @@ class SfaScreen(QWidget):
 
         layout = QVBoxLayout(self)
         layout.addWidget(self.label)
-        layout.addStretch()
         layout.addWidget(self.widget)
 
         self.setLayout(layout)