From 80082e585c35f459e0a041006ee86a11e3875f5b Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Wed, 17 Feb 2016 20:43:49 +0200 Subject: Debugger: Make executable path chooser wider For the executable to be readable. Change-Id: Iada62dd5c99b642f8f4938182f2c5e0b2141d34c Reviewed-by: hjk --- src/plugins/debugger/unstartedappwatcherdialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/debugger/unstartedappwatcherdialog.cpp') diff --git a/src/plugins/debugger/unstartedappwatcherdialog.cpp b/src/plugins/debugger/unstartedappwatcherdialog.cpp index 763fba865f..b4ec07001b 100644 --- a/src/plugins/debugger/unstartedappwatcherdialog.cpp +++ b/src/plugins/debugger/unstartedappwatcherdialog.cpp @@ -106,6 +106,7 @@ UnstartedAppWatcherDialog::UnstartedAppWatcherDialog(QWidget *parent) m_pathChooser = new Utils::PathChooser(this); m_pathChooser->setExpectedKind(Utils::PathChooser::ExistingCommand); m_pathChooser->setHistoryCompleter(QLatin1String("LocalExecutable")); + m_pathChooser->setMinimumWidth(400); if (activeTarget) { if (RunConfiguration *runConfig = activeTarget->activeRunConfiguration()) { -- cgit v1.2.1