From 74b1dd0779e057fd6471f2c345b739f5e6515898 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Mon, 19 Dec 2011 17:18:58 +0100 Subject: [PATCH] debugger: use setUniformRowHeights for the modules view Change-Id: I960f097a1fa34abeb09851dd1d054122f3570178 Reviewed-by: hjk <qthjk@ovi.com> --- src/plugins/debugger/debuggerplugin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index d8974c91f85..92911d78a93 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -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); -- GitLab