diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index d8974c91f85054417ffb5083d8fc49e65f1f6363..92911d78a93d4ca130e84b323c93594bcae1e47d 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);