1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

* Fixed warnings and removed weird margin on ArtistInfoWidget.

This commit is contained in:
Christian Muehlhaeuser
2011-08-01 02:20:46 +02:00
parent 7ea0de753e
commit d0858efd7d
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

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

View File

@@ -43,7 +43,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<widget class="QWidget" name="layoutWidget1">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="HeaderLabel" name="label_2">