From 785bcdbee866fa58b2b41c8c0720163ddaca14c4 Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Tue, 11 Oct 2011 12:36:01 +0200 Subject: [PATCH] Gdb: Fix label in AttachCoreDialog Change-Id: I32c7c2ce1e4c887638ca2b5c716c3b812b057913 Reviewed-on: http://codereview.qt-project.org/6437 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com> --- src/plugins/debugger/attachcoredialog.ui | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/plugins/debugger/attachcoredialog.ui b/src/plugins/debugger/attachcoredialog.ui index 206b7d41dc6..61a34105703 100644 --- a/src/plugins/debugger/attachcoredialog.ui +++ b/src/plugins/debugger/attachcoredialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>246</width> - <height>147</height> + <height>183</height> </rect> </property> <property name="windowTitle"> @@ -73,7 +73,10 @@ <item row="3" column="0"> <widget class="QLabel" name="sysrootLabel"> <property name="text"> - <string>Sysroot</string> + <string>Sys&root:</string> + </property> + <property name="buddy"> + <cstring>sysrootPathChooser</cstring> </property> </widget> </item> -- GitLab