forked from qt-creator/qt-creator
Utils: Change the minimum width size of PathChooser
This fixes an alignment issue on the BlackBerry device configuration widget Change-Id: I8e48432713b14f923715bebc52317e50ff4e304f Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Eike Ziller
parent
1c853c4eba
commit
b848461891
@@ -250,7 +250,7 @@ PathChooser::PathChooser(QWidget *parent) :
|
||||
connect(d->m_lineEdit, SIGNAL(validChanged(bool)), this, SIGNAL(validChanged(bool)));
|
||||
connect(d->m_lineEdit, SIGNAL(editingFinished()), this, SIGNAL(editingFinished()));
|
||||
|
||||
d->m_lineEdit->setMinimumWidth(200);
|
||||
d->m_lineEdit->setMinimumWidth(120);
|
||||
d->m_hLayout->addWidget(d->m_lineEdit);
|
||||
d->m_hLayout->setSizeConstraint(QLayout::SetMinimumSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user