forked from qt-creator/qt-creator
Debugger: Fix snapshot view icon size
Do what the other views do. Change-Id: I27a12715806b5d5f73aaa0b756bb08ef1a66a021 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1398,6 +1398,7 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
|
||||
m_snapshotHandler = new SnapshotHandler;
|
||||
m_snapshotView = new SnapshotTreeView(m_snapshotHandler);
|
||||
m_snapshotView->setSettings(settings, "Debugger.SnapshotView");
|
||||
m_snapshotView->setIconSize(QSize(10, 10));
|
||||
m_snapshotView->setModel(m_snapshotHandler->model());
|
||||
m_snapshotWindow = addSearch(m_snapshotView, tr("Snapshots"), DOCKWIDGET_SNAPSHOTS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user