forked from qt-creator/qt-creator
debugger: use setUniformRowHeights for the modules view
Change-Id: I960f097a1fa34abeb09851dd1d054122f3570178 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -3486,6 +3486,7 @@ void DebuggerPluginPrivate::showModuleSymbols(const QString &moduleName,
|
||||
const Symbols &symbols)
|
||||
{
|
||||
QTreeWidget *w = new QTreeWidget;
|
||||
w->setUniformRowHeights(true);
|
||||
w->setColumnCount(5);
|
||||
w->setRootIsDecorated(false);
|
||||
w->setAlternatingRowColors(true);
|
||||
|
||||
Reference in New Issue
Block a user