Debugger: Make Debugger path configuration dialog a bit wider

Change-Id: Iaf3202b70fdef2508259287f7c275a96aaf8f51d
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-06-10 17:41:38 +02:00
parent cefd997e92
commit fa09ad8f15

View File

@@ -149,6 +149,7 @@ DebuggerKitConfigDialog::DebuggerKitConfigDialog(QWidget *parent)
QLabel *binaryLabel = new QLabel(tr("&Binary:")); QLabel *binaryLabel = new QLabel(tr("&Binary:"));
m_chooser->setExpectedKind(Utils::PathChooser::ExistingCommand); m_chooser->setExpectedKind(Utils::PathChooser::ExistingCommand);
m_chooser->setMinimumWidth(400);
binaryLabel->setBuddy(m_chooser); binaryLabel->setBuddy(m_chooser);
formLayout->addRow(binaryLabel, m_chooser); formLayout->addRow(binaryLabel, m_chooser);
layout->addLayout(formLayout); layout->addLayout(formLayout);