debugger: use setUniformRowHeights for the modules view

Change-Id: I960f097a1fa34abeb09851dd1d054122f3570178
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-12-19 17:18:58 +01:00
committed by hjk
parent 2800583e15
commit 74b1dd0779

View File

@@ -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);