修改图标清晰度

This commit is contained in:
zhang_tian_ze 2022-11-01 14:48:14 +08:00
parent aa0e37f5c3
commit 5c938c8bb3
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")) {
pixmap = QPixmap(iconPath);
} else {
pixmap = loadSvg(iconPath, 16);
pixmap = loadSvg(iconPath, 26);
}
if (!autoSet) {