Debugger: Make executable path chooser wider

For the executable to be readable.

Change-Id: Iada62dd5c99b642f8f4938182f2c5e0b2141d34c
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-02-17 20:43:49 +02:00
committed by Orgad Shaneh
parent 15878d7f15
commit 80082e585c

View File

@@ -106,6 +106,7 @@ UnstartedAppWatcherDialog::UnstartedAppWatcherDialog(QWidget *parent)
m_pathChooser = new Utils::PathChooser(this); m_pathChooser = new Utils::PathChooser(this);
m_pathChooser->setExpectedKind(Utils::PathChooser::ExistingCommand); m_pathChooser->setExpectedKind(Utils::PathChooser::ExistingCommand);
m_pathChooser->setHistoryCompleter(QLatin1String("LocalExecutable")); m_pathChooser->setHistoryCompleter(QLatin1String("LocalExecutable"));
m_pathChooser->setMinimumWidth(400);
if (activeTarget) { if (activeTarget) {
if (RunConfiguration *runConfig = activeTarget->activeRunConfiguration()) { if (RunConfiguration *runConfig = activeTarget->activeRunConfiguration()) {