X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fsfirenew.py;h=47ddf2a7160c2e40f06b49bbc27f89a64015468d;hp=682d09a6af13766538a0efb9657fce60d08cf912;hb=bb62e92aac67d6a2a3e057e62a52490d0da40ae8;hpb=a401b757acaae3d03c8e1035acffdf9c58a48b0e diff --git a/sface/sfirenew.py b/sface/sfirenew.py index 682d09a..47ddf2a 100644 --- a/sface/sfirenew.py +++ b/sface/sfirenew.py @@ -57,7 +57,7 @@ class SfiRenewer(QObject): return # we have to force sfi.py to download an updated slice credential - sliceCredName = os.path.expanduser("~/.sfi/slice_" + self.hrn.split(".")[-1] + ".cred") + sliceCredName = config.fullpath("slice_" + self.hrn.split(".")[-1] + ".cred") if os.path.exists(sliceCredName): os.remove(sliceCredName) @@ -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)