Skip to content

Commit 826d502

Browse files
committed
Switch icons in custom CRS dialog to be more consistent with rest of app
1 parent 4516fad commit 826d502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/qgscustomprojectiondialog.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ QgsCustomProjectionDialog::QgsCustomProjectionDialog( QWidget *parent, Qt::WFlag
5151
QSettings settings;
5252
restoreGeometry( settings.value( "/Windows/CustomProjection/geometry" ).toByteArray() );
5353

54-
pbnAdd->setIcon( QgsApplication::getThemeIcon( "mIconNew.png" ) );
55-
pbnRemove->setIcon( QgsApplication::getThemeIcon( "mIconDelete.png" ) );
54+
pbnAdd->setIcon( QgsApplication::getThemeIcon( "symbologyAdd.png" ) );
55+
pbnRemove->setIcon( QgsApplication::getThemeIcon( "symbologyRemove.png" ) );
5656
// user database is created at QGIS startup in QgisApp::createDB
5757
// we just check whether there is our database [MD]
5858
QFileInfo myFileInfo;

0 commit comments

Comments
 (0)