Utils: Add a non-toolbar variant of the MINUS icon

Make it consistent with Utils::Icons::PLUS and
Utils::Icons::PLUS_TOOLBAR

Change-Id: I2d5c69ec13ceba172c2c583895eea6fdff77a64e
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Alessandro Portale
2022-08-11 16:30:37 +02:00
parent 1e56179d0c
commit 0ec7a3797d
7 changed files with 10 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ BuildSystemOutputWindow::BuildSystemOutputWindow()
Core::Constants::ZOOM_IN,
Context(kBuildSystemOutputContext));
m_zoomOut.setIcon(Utils::Icons::MINUS.icon());
m_zoomOut.setIcon(Utils::Icons::MINUS_TOOLBAR.icon());
connect(&m_zoomOut, &QAction::triggered, this, [this] { zoomOut(); });
ActionManager::registerAction(&m_zoomOut,
Core::Constants::ZOOM_OUT,