Renamed svg

This commit is contained in:
sphrose
2021-04-16 14:55:39 +01:00
parent 490b2afd31
commit db4b080544
@@ -421,7 +421,7 @@ namespace AzQtComponents
setAttribute(Qt::WA_Hover);
AzQtComponents::Style::addClass(this, g_emptyStyleClass);
QIcon icon = QIcon(QStringLiteral(":/Cursors/Grab release.svg"));
QIcon icon = QIcon(QStringLiteral(":/Cursors/Grab_release.svg"));
m_hoverCursor = QCursor(icon.pixmap(32), 10, 5);
icon = QIcon(QStringLiteral(":/Cursors/Grabbing.svg"));