Skip to content

Commit

Permalink
Dedicated title decoration icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Nov 15, 2018
1 parent bba29e4 commit 8027c90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/images.qrc
Expand Up @@ -584,7 +584,7 @@
<file>themes/default/symbologyRemove.svg</file>
<file>themes/default/sync_views.svg</file>
<file>themes/default/text.svg</file>
<file>themes/default/copyright_label.svg</file>
<file>themes/default/title_label.svg</file>
<file>themes/default/tracking.svg</file>
<file>themes/default/transformed.svg</file>
<file>themes/default/transp-background_8x8.png</file>
Expand Down
1 change: 1 addition & 0 deletions images/themes/default/title_label.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -3377,7 +3377,7 @@ void QgisApp::setTheme( const QString &themeName )
mActionRotateLabel->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionRotateLabel.svg" ) ) );
mActionChangeLabelProperties->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionChangeLabelProperties.svg" ) ) );
mActionDiagramProperties->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/propertyicons/diagram.svg" ) ) );
mActionDecorationTitle->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/copyright_label.svg" ) ) );
mActionDecorationTitle->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/title_label.svg" ) ) );
mActionDecorationCopyright->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/copyright_label.svg" ) ) );
mActionDecorationNorthArrow->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/north_arrow.png" ) ) );
mActionDecorationScaleBar->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "/mActionScaleBar.svg" ) ) );
Expand Down

0 comments on commit 8027c90

Please sign in to comment.