修改图标清晰度
This commit is contained in:
parent
aa0e37f5c3
commit
5c938c8bb3
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue