X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fmainwindow.py;h=6537edd97471437831f334051ecd8171770a07de;hp=ab19e072c7e226b5669f8ff84cd406b99d93022c;hb=90036e8d857f31b53cc89685ee3b0f9a0024b7e2;hpb=6077c4fc31174ec178889729bb8cc18a3765ef02 diff --git a/sface/mainwindow.py b/sface/mainwindow.py index ab19e07..6537edd 100644 --- a/sface/mainwindow.py +++ b/sface/mainwindow.py @@ -28,7 +28,7 @@ class Nav(QWidget): self.title = QLabel("", self) scene=QGraphicsScene() - pixmap = QPixmap(locate_image_file('graphic-sfa.png')) + pixmap = QPixmap(locate_image_file('graphic-sfa64')) logolabel=QLabel("",self) logolabel.setPixmap(pixmap) self.main = QLabel("", self)