use a smaller logo file
[sface.git] / sface / mainwindow.py
index 19f05a9..6537edd 100644 (file)
@@ -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)