forked from qt-creator/qt-creator
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user