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