!26 解决缩放状态下图标不够清晰的问题

Merge pull request !26 from 张天泽/iconFixedSize
This commit is contained in:
lixueman 2022-11-01 07:09:07 +00:00 committed by Gitee
commit c211b8338f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ QIcon getCurIcon(const QString &iconPath, bool autoSet)
if (iconPath.endsWith("png")) { if (iconPath.endsWith("png")) {
pixmap = QPixmap(iconPath); pixmap = QPixmap(iconPath);
} else { } else {
pixmap = loadSvg(iconPath, 16); pixmap = loadSvg(iconPath, 26);
} }
if (!autoSet) { if (!autoSet) {