X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fmainwindow.py;h=a8e7d3338a818af86724267fd5d5072cd069d489;hp=1079fe00ed3430b92b0ae687a3fe9f36809520fd;hb=71265d697bc9e71beac6fabbb9dd775a90fbdfe7;hpb=62dde09f684bc81e571f8c0d8439b39ec9b5cf2f diff --git a/sface/mainwindow.py b/sface/mainwindow.py index 1079fe0..a8e7d33 100644 --- a/sface/mainwindow.py +++ b/sface/mainwindow.py @@ -96,6 +96,7 @@ class Nav(QWidget): class Status(QLabel): def __init__(self, parent=None): QLabel.__init__(self, "", parent) + self.setMaximumWidth(640) self.sliceUpdateDate() def set(self, msg, timeout):