forked from qt-creator/qt-creator
Debugger: Make icons in breakpoint view smaller again
Change-Id: I05e68f5ab7004f063ba8577a78bad23a51a06330 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -1332,7 +1332,8 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
|
||||
m_logWindow->setObjectName(QLatin1String(DOCKWIDGET_OUTPUT));
|
||||
|
||||
m_breakHandler = new BreakHandler;
|
||||
m_breakView = new BaseTreeView;;
|
||||
m_breakView = new BaseTreeView;
|
||||
m_breakView->setIconSize(QSize(10, 10));
|
||||
m_breakView->setWindowIcon(Icons::BREAKPOINTS.icon());
|
||||
m_breakView->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
connect(action(UseAddressInBreakpointsView), &QAction::toggled,
|
||||
|
||||
Reference in New Issue
Block a user