diff options
author | Alessandro Portale <[email protected]> | 2016-10-24 17:13:49 +0200 |
---|---|---|
committer | Alessandro Portale <[email protected]> | 2016-10-24 15:29:28 +0000 |
commit | d6c8a974296acb7fe083380ee1a409569bb653ac (patch) | |
tree | c5084831c82bf4a5b9b3d818999bad8553ba61fe /src/plugins/imageviewer/imageviewer.cpp | |
parent | ee8cb08e2c7f6a4a3b9292c7b7b6921c99b30396 (diff) |
ImageViewer, ScxmlEditor: Use the new "Zoom In"/"Zoom Out" icons
Change-Id: Ib01060918924644b57d35083a4269614fba900c5
Reviewed-by: Alessandro Portale <[email protected]>
Diffstat (limited to 'src/plugins/imageviewer/imageviewer.cpp')
-rw-r--r-- | src/plugins/imageviewer/imageviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/imageviewer/imageviewer.cpp b/src/plugins/imageviewer/imageviewer.cpp index 02a6c9dca24..069e1a36225 100644 --- a/src/plugins/imageviewer/imageviewer.cpp +++ b/src/plugins/imageviewer/imageviewer.cpp @@ -107,8 +107,8 @@ void ImageViewer::ctor() {QLatin1String(":/utils/images/desktopdevicesmall.png"), Utils::Theme::IconsBaseColor}}); d->ui_toolbar.toolButtonBackground->setIcon(backgroundIcon.icon()); d->ui_toolbar.toolButtonOutline->setIcon(Utils::Icons::BOUNDING_RECT.icon()); - d->ui_toolbar.toolButtonZoomIn->setIcon(Utils::Icons::PLUS_TOOLBAR.icon()); - d->ui_toolbar.toolButtonZoomOut->setIcon(Utils::Icons::MINUS.icon()); + d->ui_toolbar.toolButtonZoomIn->setIcon(Utils::Icons::ZOOMIN_TOOLBAR.icon()); + d->ui_toolbar.toolButtonZoomOut->setIcon(Utils::Icons::ZOOMIN_TOOLBAR.icon()); d->ui_toolbar.toolButtonFitToScreen->setIcon(Utils::Icons::ZOOM_TOOLBAR.icon()); d->ui_toolbar.toolButtonOriginalSize->setIcon(Utils::Icons::EYE_OPEN_TOOLBAR.icon()); // icons update - try to use system theme |