forked from qt-creator/qt-creator
debugger: fix adding of line in start & debug external dialog
Change-Id: I15356cd6be1882540a379961da0efb4d9d64389b Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -281,7 +281,7 @@ StartApplicationDialog::StartApplicationDialog(QWidget *parent)
|
||||
QVBoxLayout *verticalLayout = new QVBoxLayout(this);
|
||||
verticalLayout->addLayout(formLayout);
|
||||
verticalLayout->addStretch();
|
||||
verticalLayout->addRow(line);
|
||||
verticalLayout->addWidget(line);
|
||||
verticalLayout->addWidget(d->buttonBox);
|
||||
|
||||
connect(d->localExecutablePathChooser, SIGNAL(changed(QString)), SLOT(updateState()));
|
||||
|
||||
Reference in New Issue
Block a user