diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index 0d59a519c..5910ab982 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -425,7 +425,6 @@ IF( APPLE ) utils/tomahawkutils_mac.mm ) SET( libHeaders ${libHeaders} - infosystem/infoplugins/mac/adium.h infosystem/infoplugins/mac/adiumplugin.h ) SET( OS_SPECIFIC_LINK_LIBRARIES diff --git a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.cpp b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.cpp index 6bb59acbe..04980b9b4 100644 --- a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.cpp +++ b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.cpp @@ -51,6 +51,8 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget* ui->topHits->setAttribute( Qt::WA_MacShowFocusRect, 0 ); TomahawkUtils::unmarginLayout( layout() ); + TomahawkUtils::unmarginLayout( ui->layoutWidget->layout() ); + TomahawkUtils::unmarginLayout( ui->layoutWidget1->layout() ); m_albumsModel = new TreeModel( ui->albums ); ui->albums->setTreeModel( m_albumsModel ); diff --git a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.ui b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.ui index d09c557f7..c14bd8525 100644 --- a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.ui +++ b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.ui @@ -43,7 +43,7 @@ - +