More non-oxygen icon work

BUG:91
This commit is contained in:
craig.p.drummond@gmail.com
2012-09-20 11:02:47 +00:00
committed by craig.p.drummond@gmail.com
parent fbbe0b5225
commit e5793d6b52
22 changed files with 81 additions and 61 deletions

View File

@@ -100,7 +100,7 @@ void TreeView::startDrag(Qt::DropActions supportedActions)
}
}
if (pix.isNull()) {
drag->setPixmap(Icon(DEFAULT_ALBUM_ICON).pixmap(32, 32));
drag->setPixmap(Icon::albumIcon.pixmap(32, 32));
} else {
drag->setPixmap(pix.width()<32 ? pix : pix.scaled(QSize(32, 32), Qt::KeepAspectRatio, Qt::SmoothTransformation));
}