X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sfascreen.py;h=e1e9639b8fa6c811413499c15f43677d680ec3d5;hp=cca15c7c0cf6aae449909e17dc085995363d89f6;hb=7b355516dc4d4dd5b44e02a03d293d696e0566a1;hpb=a1c356d6066247d957db669fb2c2d9684a3c786f diff --git a/sfascreen.py b/sfascreen.py index cca15c7..e1e9639 100644 --- a/sfascreen.py +++ b/sfascreen.py @@ -21,7 +21,6 @@ class SfaScreen(QWidget): layout = QVBoxLayout(self) layout.addWidget(self.label) - layout.addStretch() layout.addWidget(self.widget) self.setLayout(layout)