File tree Expand file tree Collapse file tree 5 files changed +425
-2
lines changed Expand file tree Collapse file tree 5 files changed +425
-2
lines changed Original file line number Diff line number Diff line change 198
198
<file>themes/default/mActionHelpSponsors.png</file>
199
199
<file>themes/default/mActionHideAllLayers.png</file>
200
200
<file>themes/default/mActionIdentify.png</file>
201
+ <file>themes/default/mActionIdentify.svg</file>
201
202
<file>themes/default/mActionIncreaseBrightness.svg</file>
202
203
<file>themes/default/mActionIncreaseContrast.svg</file>
203
204
<file>themes/default/mActionInOverview.png</file>
Error rendering embedded code
Invalid image source.
Error rendering embedded code
Invalid image source.
Original file line number Diff line number Diff line change @@ -1753,7 +1753,7 @@ void QgisApp::setTheme( QString theThemeName )
1753
1753
mActionZoomNext ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomNext.png" ) );
1754
1754
mActionZoomToLayer ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomToLayer.png" ) );
1755
1755
mActionZoomActualSize ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomActual.png" ) );
1756
- mActionIdentify ->setIcon ( QgsApplication::getThemeIcon ( " /mActionIdentify.png " ) );
1756
+ mActionIdentify ->setIcon ( QgsApplication::getThemeIcon ( " /mActionIdentify.svg " ) );
1757
1757
mActionFeatureAction ->setIcon ( QgsApplication::getThemeIcon ( " /mAction.png" ) );
1758
1758
mActionSelect ->setIcon ( QgsApplication::getThemeIcon ( " /mActionSelect.png" ) );
1759
1759
mActionSelectRectangle ->setIcon ( QgsApplication::getThemeIcon ( " /mActionSelectRectangle.png" ) );
Original file line number Diff line number Diff line change 910
910
</property >
911
911
<property name =" icon" >
912
912
<iconset resource =" ../../images/images.qrc" >
913
- <normaloff >:/images/themes/default/mActionIdentify.png </normaloff >:/images/themes/default/mActionIdentify.png </iconset >
913
+ <normaloff >:/images/themes/default/mActionIdentify.svg </normaloff >:/images/themes/default/mActionIdentify.svg </iconset >
914
914
</property >
915
915
<property name =" text" >
916
916
<string >Identify Features</string >
You can’t perform that action at this time.
0 commit comments