Skip to content

Commit 326a74f

Browse files
committed
Fix some incorrect icon sizes
1 parent b0854fe commit 326a74f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
+1-1
Loading
+1-1
Loading

src/app/browser/qgsinbuiltdataitemproviders.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void QgsAppDirectoryItemGuiProvider::populateContextMenu( QgsDataItem *item, QMe
168168

169169
menu->addSeparator();
170170

171-
QAction *openFolder = new QAction( QgsApplication::getThemeIcon( QStringLiteral( "mIconFolder24.svg" ) ), tr( "Open Directory…" ), menu );
171+
QAction *openFolder = new QAction( QgsApplication::getThemeIcon( QStringLiteral( "mIconFolder.svg" ) ), tr( "Open Directory…" ), menu );
172172
connect( openFolder, &QAction::triggered, this, [ = ]
173173
{
174174
QDesktopServices::openUrl( QUrl::fromLocalFile( directoryItem->dirPath() ) );

0 commit comments

Comments
 (0)