forked from qt-creator/qt-creator
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:
committed by
Orgad Shaneh
parent
15878d7f15
commit
80082e585c
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user