1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2024-11-24 07:04:03 +02:00

fix layout of download widget

This commit is contained in:
Niels 2010-10-11 14:47:06 +02:00
parent 4c4a960d13
commit 1d81db0056

View File

@ -69,7 +69,7 @@ DownloadWidget::DownloadWidget(QWidget *parent)
layout->addWidget(m_levelSpinBox, 3, 2, 1, 2);
label = new QLabel("Download into directory", this);
layout->addWidget(label, 4, 0);
layout->addWidget(label, 4, 0, 1, 2);
m_prefixInput->setText(m_prefix);
layout->addWidget(m_prefixInput, 4, 2, 1, 2);