Cover shadows

This commit is contained in:
BasioMeusPuga
2017-11-25 04:02:53 +05:30
parent 5fc5f98636
commit 70549e8c53
6 changed files with 42 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ class Library:
img_pixmap.loadFromData(cover)
else:
img_pixmap.load(':/images/NotFound.png')
img_pixmap = img_pixmap.scaled(420, 600, QtCore.Qt.IgnoreAspectRatio)
img_pixmap = img_pixmap.scaled(420, 600, QtCore.Qt.IgnoreAspectRatio)
item = QtGui.QStandardItem()
item.setToolTip(tooltip_string)
# The following order is needed to keep sorting working