diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 570fdf8ec5844ace4858f9ce5f39f192ef638ec3..8d36242fa85abb43fad9b2cea9a7ceb71069cb49 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -666,6 +666,7 @@ public slots:
     void updateWatchersHeader(int section, int, int newSize)
     {
         m_watchersWindow->header()->resizeSection(section, newSize);
+        m_returnWindow->header()->resizeSection(section, newSize);
     }
 
     void sourceFilesDockToggled(bool on)