diff --git a/src/properties/propertieswidget.cpp b/src/properties/propertieswidget.cpp index 2ef23fac7..f29cbccbd 100644 --- a/src/properties/propertieswidget.cpp +++ b/src/properties/propertieswidget.cpp @@ -82,7 +82,7 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, MainWindow* main_window, Tra m_contentFilerLine = new LineEdit(this); m_contentFilerLine->setPlaceholderText(tr("Filter files...")); connect(m_contentFilerLine, SIGNAL(textChanged(QString)), this, SLOT(filterText(QString))); - contentFilterLayout->insertWidget(1, m_contentFilerLine); + contentFilterLayout->insertWidget(4, m_contentFilerLine); // SIGNAL/SLOTS connect(filesList, SIGNAL(clicked(const QModelIndex&)), filesList, SLOT(edit(const QModelIndex&))); diff --git a/src/properties/propertieswidget.ui b/src/properties/propertieswidget.ui index 62e0006b9..6ff23f107 100644 --- a/src/properties/propertieswidget.ui +++ b/src/properties/propertieswidget.ui @@ -657,15 +657,16 @@ - - - - 75 - true - + + + Select All + + + + - Torrent content: + Select None @@ -682,6 +683,22 @@ + + + + + 75 + true + + + + Torrent content: + + + Qt::AlignVCenter + + + @@ -700,50 +717,6 @@ - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Select All - - - - - - - Select None - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - -