From 600693af2c7ea7eb52702f8f7021b44b0bdf2b6f Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Sat, 23 Apr 2016 00:46:40 +0200 Subject: [PATCH] Debug start Icon: Use the toolbar variant I missed to change these in 5e32183c9b5da75118435bc67addbd03888fab8a Change-Id: I54740576f8a5b99d3c588f759b2337601b1e8dd5 Reviewed-by: Alessandro Portale --- src/plugins/debugger/debuggerruncontrol.cpp | 2 +- src/plugins/projectexplorer/appoutputpane.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/debuggerruncontrol.cpp b/src/plugins/debugger/debuggerruncontrol.cpp index e9cb897acd2..1717b08a87f 100644 --- a/src/plugins/debugger/debuggerruncontrol.cpp +++ b/src/plugins/debugger/debuggerruncontrol.cpp @@ -111,7 +111,7 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfig, DebuggerEngi m_engine(engine), m_running(false) { - setIcon(ProjectExplorer::Icons::DEBUG_START_SMALL); + setIcon(ProjectExplorer::Icons::DEBUG_START_SMALL_TOOLBAR); connect(this, &RunControl::finished, this, &DebuggerRunControl::handleFinished); connect(engine, &DebuggerEngine::requestRemoteSetup, diff --git a/src/plugins/projectexplorer/appoutputpane.cpp b/src/plugins/projectexplorer/appoutputpane.cpp index 3a7b605892d..f858caa65f6 100644 --- a/src/plugins/projectexplorer/appoutputpane.cpp +++ b/src/plugins/projectexplorer/appoutputpane.cpp @@ -181,7 +181,7 @@ AppOutputPane::AppOutputPane() : // Attach m_attachButton->setToolTip(msgAttachDebuggerTooltip()); m_attachButton->setEnabled(false); - m_attachButton->setIcon(Icons::DEBUG_START_SMALL.icon()); + m_attachButton->setIcon(Icons::DEBUG_START_SMALL_TOOLBAR.icon()); m_attachButton->setAutoRaise(true); connect(m_attachButton, &QAbstractButton::clicked,