diff --git a/images/themes/default/mActionNewFolder.svg b/images/themes/default/mActionNewFolder.svg index d643beaf24f..476191013b5 100644 --- a/images/themes/default/mActionNewFolder.svg +++ b/images/themes/default/mActionNewFolder.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/images/themes/default/mActionTerminal.svg b/images/themes/default/mActionTerminal.svg index 7992ea15e03..ec72c6a2538 100644 --- a/images/themes/default/mActionTerminal.svg +++ b/images/themes/default/mActionTerminal.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/app/browser/qgsinbuiltdataitemproviders.cpp b/src/app/browser/qgsinbuiltdataitemproviders.cpp index 7eb9e1c7a58..16d737bf177 100644 --- a/src/app/browser/qgsinbuiltdataitemproviders.cpp +++ b/src/app/browser/qgsinbuiltdataitemproviders.cpp @@ -168,7 +168,7 @@ void QgsAppDirectoryItemGuiProvider::populateContextMenu( QgsDataItem *item, QMe menu->addSeparator(); - QAction *openFolder = new QAction( QgsApplication::getThemeIcon( QStringLiteral( "mIconFolder24.svg" ) ), tr( "Open Directory…" ), menu ); + QAction *openFolder = new QAction( QgsApplication::getThemeIcon( QStringLiteral( "mIconFolder.svg" ) ), tr( "Open Directory…" ), menu ); connect( openFolder, &QAction::triggered, this, [ = ] { QDesktopServices::openUrl( QUrl::fromLocalFile( directoryItem->dirPath() ) );