diff --git a/src/libtomahawk/widgets/infowidgets/sourceinfowidget.cpp b/src/libtomahawk/widgets/infowidgets/sourceinfowidget.cpp index b2dd5265e..6f133872e 100644 --- a/src/libtomahawk/widgets/infowidgets/sourceinfowidget.cpp +++ b/src/libtomahawk/widgets/infowidgets/sourceinfowidget.cpp @@ -51,6 +51,13 @@ SourceInfoWidget::SourceInfoWidget( const Tomahawk::source_ptr& source, QWidget* ui->recentCollectionView->setAttribute( Qt::WA_MacShowFocusRect, 0 ); TomahawkUtils::unmarginLayout( layout() ); + TomahawkUtils::unmarginLayout( ui->horizontalLayout ); + TomahawkUtils::unmarginLayout( ui->verticalLayout ); + TomahawkUtils::unmarginLayout( ui->verticalLayout_2 ); + TomahawkUtils::unmarginLayout( ui->verticalLayout_3 ); + + ui->splitter->setStretchFactor( 0, 0 ); + ui->splitter->setStretchFactor( 1, 1 ); ui->historyView->overlay()->setEnabled( false ); diff --git a/src/libtomahawk/widgets/infowidgets/sourceinfowidget.ui b/src/libtomahawk/widgets/infowidgets/sourceinfowidget.ui index 5747377cd..191a5a9af 100644 --- a/src/libtomahawk/widgets/infowidgets/sourceinfowidget.ui +++ b/src/libtomahawk/widgets/infowidgets/sourceinfowidget.ui @@ -11,79 +11,92 @@ + + 0 + - - - - - Recent Albums - - - - - - - - 0 - 0 - - - - - 0 - 192 - - - - - 16777215 - 192 - - - - true - - - QAbstractItemView::DragDrop - - - QAbstractItemView::ExtendedSelection - - - - - - - - - + + + Qt::Vertical + + + 1 + + + - + - Latest Additions + Recent Albums - - - - - - - - - - Recently Played Tracks + + + + 0 + 0 + + + + + 0 + 192 + + + + + 16777215 + 16777215 + + + + true + + + QAbstractItemView::DragDrop + + + QAbstractItemView::ExtendedSelection + + + + - + + + + + Latest Additions + + + + + + + + + + + + + + Recently Played Tracks + + + + + + + - - + +