forked from qt-creator/qt-creator
Debugger: Make Debugger path configuration dialog a bit wider
Change-Id: Iaf3202b70fdef2508259287f7c275a96aaf8f51d Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user