Skip to content

Commit

Permalink
Remove mActionDiagramProperties.svg icon (#3910)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nirvn committed Dec 27, 2016
1 parent 792fcb5 commit 8ccc511
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion images/images.qrc
Expand Up @@ -212,7 +212,6 @@
<file>themes/default/mActionInvertSelection.svg</file>
<file>themes/default/mActionLabel.svg</file>
<file>themes/default/mActionLabeling.svg</file>
<file>themes/default/mActionDiagramProperties.svg</file>
<file>themes/default/mActionLocalCumulativeCutStretch.svg</file>
<file>themes/default/mActionLocalHistogramStretch.svg</file>
<file>themes/default/mActionLowerItems.svg</file>
Expand Down
7 changes: 0 additions & 7 deletions images/themes/default/mActionDiagramProperties.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -2726,7 +2726,7 @@ void QgisApp::setTheme( const QString& theThemeName )
mActionMoveLabel->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionMoveLabel.svg" ) ) );
mActionRotateLabel->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionRotateLabel.svg" ) ) );
mActionChangeLabelProperties->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionChangeLabelProperties.svg" ) ) );
mActionDiagramProperties->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionDiagramProperties.svg" ) ) );
mActionDiagramProperties->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/propertyicons/diagram.svg" ) ) );
mActionDecorationCopyright->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/copyright_label.png" ) ) );
mActionDecorationNorthArrow->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/north_arrow.png" ) ) );
mActionDecorationScaleBar->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/scale_bar.png" ) ) );
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgisapp.ui
Expand Up @@ -2492,7 +2492,7 @@ Acts on currently active editable layer</string>
<action name="mActionDiagramProperties">
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mActionDiagramProperties.svg</normaloff>:/images/themes/default/mActionDiagramProperties.svg</iconset>
<normaloff>:/images/themes/default/propertyicons/diagram.svg</normaloff>:/images/themes/default/propertyicons/diagram.svg</iconset>
</property>
<property name="text">
<string>Diagram Options</string>
Expand Down

0 comments on commit 8ccc511

Please sign in to comment.