X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=sface%2Fmainwindow.py;h=6537edd97471437831f334051ecd8171770a07de;hb=4e6a52aeaaa21cb5730693a55645bd82ae60683f;hp=19f05a9ebc1250c1223e6bdf5f3bfb5d19bece1e;hpb=1790ec67340d64652164e895f1c7620580b40019;p=sface.git diff --git a/sface/mainwindow.py b/sface/mainwindow.py index 19f05a9..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')) + pixmap = QPixmap(locate_image_file('graphic-sfa64')) logolabel=QLabel("",self) logolabel.setPixmap(pixmap) self.main = QLabel("", self)