Debugger: Fix "Attach to Remote" dialog

Change-Id: Id59289afb7d74ea150394cf4ddce2a4be56d10d6
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Orgad Shaneh
2012-07-15 21:47:19 +03:00
committed by Friedemann Kleint
parent 440f0c2b0a
commit 9117c6b059

View File

@@ -1052,7 +1052,7 @@ StartRemoteDialog::StartRemoteDialog(QWidget *parent, bool enableStartScript)
formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
formLayout->addRow(d->channelLabel, d->channelLineEdit);
formLayout->addRow(d->architectureLabel, d->architectureComboBox);
formLayout->addRow(d->profileLabel, d->debuginfoPathChooser);
formLayout->addRow(d->debuginfoLabel, d->debuginfoPathChooser);
formLayout->addRow(d->overrideStartScriptLabel, d->overrideStartScriptPathChooser);
formLayout->addRow(d->useServerStartScriptLabel, d->useServerStartScriptCheckBox);
formLayout->addRow(d->serverStartScriptLabel, d->serverStartScriptPathChooser);