Maemo: Fix Qemu for recent MADDE.

Reviewed-by: kh1
This commit is contained in:
ck
2010-02-03 15:20:12 +01:00
parent 77079d7cd4
commit 8a4f1ab555
6 changed files with 62 additions and 19 deletions

View File

@@ -69,6 +69,7 @@ MaemoRunConfigurationWidget::MaemoRunConfigurationWidget(
QHBoxLayout *devConfLayout = new QHBoxLayout(devConfWidget);
m_devConfBox = new QComboBox;
m_devConfBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
devConfLayout->setMargin(0);
devConfLayout->addWidget(m_devConfBox);
QLabel *addDevConfLabel
= new QLabel(tr("<a href=\"#\">Manage device configurations</a>"));