X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fsfirenew.py;h=47ddf2a7160c2e40f06b49bbc27f89a64015468d;hp=8da166e4de84171b52de94e07a82763eebb9fac5;hb=bb62e92aac67d6a2a3e057e62a52490d0da40ae8;hpb=71265d697bc9e71beac6fabbb9dd775a90fbdfe7 diff --git a/sface/sfirenew.py b/sface/sfirenew.py index 8da166e..47ddf2a 100644 --- a/sface/sfirenew.py +++ b/sface/sfirenew.py @@ -104,6 +104,7 @@ class RenewWindow(QDialog): self.duration.setCurrentIndex(0) self.status = QLabel("") + self.status.setMaximumWidth(640) self.buttonBox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel) self.buttonBox.button(QDialogButtonBox.Ok).setDefault(True)