diff --git a/images/images.qrc b/images/images.qrc index b9e878f9b9c5..39c39d7d5f8f 100644 --- a/images/images.qrc +++ b/images/images.qrc @@ -198,6 +198,7 @@ themes/default/mActionHelpSponsors.png themes/default/mActionHideAllLayers.png themes/default/mActionIdentify.png + themes/default/mActionIdentify.svg themes/default/mActionIncreaseBrightness.svg themes/default/mActionIncreaseContrast.svg themes/default/mActionInOverview.png diff --git a/images/themes/default/mActionIdentify.png b/images/themes/default/mActionIdentify.png index bdac45cf9937..efbbf6aab119 100644 Binary files a/images/themes/default/mActionIdentify.png and b/images/themes/default/mActionIdentify.png differ diff --git a/images/themes/default/mActionIdentify.svg b/images/themes/default/mActionIdentify.svg new file mode 100644 index 000000000000..2bf498a26074 --- /dev/null +++ b/images/themes/default/mActionIdentify.svg @@ -0,0 +1,422 @@ + + + + + + image/svg+xml + + Mouse Pointer + + + + + Mouse Pointer + + Layer 1 + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index 989c52ef7448..d9e0daffa66b 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -1753,7 +1753,7 @@ void QgisApp::setTheme( QString theThemeName ) mActionZoomNext->setIcon( QgsApplication::getThemeIcon( "/mActionZoomNext.png" ) ); mActionZoomToLayer->setIcon( QgsApplication::getThemeIcon( "/mActionZoomToLayer.png" ) ); mActionZoomActualSize->setIcon( QgsApplication::getThemeIcon( "/mActionZoomActual.png" ) ); - mActionIdentify->setIcon( QgsApplication::getThemeIcon( "/mActionIdentify.png" ) ); + mActionIdentify->setIcon( QgsApplication::getThemeIcon( "/mActionIdentify.svg" ) ); mActionFeatureAction->setIcon( QgsApplication::getThemeIcon( "/mAction.png" ) ); mActionSelect->setIcon( QgsApplication::getThemeIcon( "/mActionSelect.png" ) ); mActionSelectRectangle->setIcon( QgsApplication::getThemeIcon( "/mActionSelectRectangle.png" ) ); diff --git a/src/ui/qgisapp.ui b/src/ui/qgisapp.ui index 90d7ec1bd95c..f81a426528a4 100644 --- a/src/ui/qgisapp.ui +++ b/src/ui/qgisapp.ui @@ -910,7 +910,7 @@ - :/images/themes/default/mActionIdentify.png:/images/themes/default/mActionIdentify.png + :/images/themes/default/mActionIdentify.svg:/images/themes/default/mActionIdentify.svg Identify Features