commit
c211b8338f
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue