fix layout of download widget

This commit is contained in:
Niels 2010-10-11 14:47:06 +02:00
parent 4c4a960d13
commit 1d81db0056
1 changed files with 1 additions and 1 deletions

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);