File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
114
114
115
115
// Set icons for tool buttons
116
116
btnSaveExpression->setIcon ( QgsApplication::getThemeIcon ( QStringLiteral ( " mActionFileSave.svg" ) ) );
117
- btnEditExpression->setIcon ( QgsApplication::getThemeIcon ( QStringLiteral ( " mActionToggleEditing .svg" ) ) );
117
+ btnEditExpression->setIcon ( QgsApplication::getThemeIcon ( QStringLiteral ( " symbologyEdit .svg" ) ) );
118
118
btnRemoveExpression->setIcon ( QgsApplication::getThemeIcon ( QStringLiteral ( " mActionDeleteSelected.svg" ) ) );
119
119
btnExportExpressions->setIcon ( QgsApplication::getThemeIcon ( QStringLiteral ( " mActionSharingExport.svg" ) ) );
120
120
btnImportExpressions->setIcon ( QgsApplication::getThemeIcon ( QStringLiteral ( " mActionSharingImport.svg" ) ) );
You can’t perform that action at this time.
0 commit comments