diff options
author | Alessandro Portale <alessandro.portale@theqtcompany.com> | 2016-04-14 15:25:11 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@theqtcompany.com> | 2016-04-14 13:27:37 +0000 |
commit | fafc12be471809cb574de825dbf6f92514bc2f39 (patch) | |
tree | 821ff352552ed0382ddbfa9ef354dfee78cc0a6c /src/plugins/imageviewer | |
parent | 27383f0756f47ca241af630cdf73005835aa6936 (diff) | |
download | qt-creator-fafc12be471809cb574de825dbf6f92514bc2f39.tar.gz |
Core: Fresh filesave icon
Change-Id: Ide9d92fb6cb7b6e6af457eb8680960e2ddc5ef77
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'src/plugins/imageviewer')
-rw-r--r-- | src/plugins/imageviewer/imageviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/imageviewer/imageviewer.cpp b/src/plugins/imageviewer/imageviewer.cpp index 4122794176..f3121d62d0 100644 --- a/src/plugins/imageviewer/imageviewer.cpp +++ b/src/plugins/imageviewer/imageviewer.cpp @@ -101,7 +101,7 @@ void ImageViewer::ctor() d->toolbar = new QWidget(); d->ui_toolbar.setupUi(d->toolbar); d->ui_toolbar.toolButtonExportImage->setIcon(QIcon::fromTheme(QLatin1String("document-save"), - Core::Icons::SAVEFILE.icon())); + Core::Icons::SAVEFILE_TOOLBAR.icon())); const Utils::Icon backgroundIcon({ {QLatin1String(":/core/images/desktopdevicesmall.png"), Utils::Theme::IconsBaseColor}}); d->ui_toolbar.toolButtonBackground->setIcon(backgroundIcon.icon()); |