diff --git a/bauh/view/qt/apps_table.py b/bauh/view/qt/apps_table.py index f3da171a..beb8e8e0 100644 --- a/bauh/view/qt/apps_table.py +++ b/bauh/view/qt/apps_table.py @@ -347,7 +347,7 @@ class AppsTable(QTableWidget): icon_bytes = f.read() pixmap = QPixmap() pixmap.loadFromData(icon_bytes) - icon = QIcon(pixmap.scaled(24, 24, Qt.KeepAspectRatio, Qt.SmoothTransformation)) + icon = QIcon(pixmap) self.icon_cache.add_non_existing(pkg.model.icon_url, {'icon': icon, 'bytes': icon_bytes}) elif not pkg.model.icon_url: