mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
* Fixed warnings and removed weird margin on ArtistInfoWidget.
This commit is contained in:
@@ -425,7 +425,6 @@ IF( APPLE )
|
|||||||
utils/tomahawkutils_mac.mm )
|
utils/tomahawkutils_mac.mm )
|
||||||
|
|
||||||
SET( libHeaders ${libHeaders}
|
SET( libHeaders ${libHeaders}
|
||||||
infosystem/infoplugins/mac/adium.h
|
|
||||||
infosystem/infoplugins/mac/adiumplugin.h )
|
infosystem/infoplugins/mac/adiumplugin.h )
|
||||||
|
|
||||||
SET( OS_SPECIFIC_LINK_LIBRARIES
|
SET( OS_SPECIFIC_LINK_LIBRARIES
|
||||||
|
@@ -51,6 +51,8 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
|||||||
ui->topHits->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
ui->topHits->setAttribute( Qt::WA_MacShowFocusRect, 0 );
|
||||||
|
|
||||||
TomahawkUtils::unmarginLayout( layout() );
|
TomahawkUtils::unmarginLayout( layout() );
|
||||||
|
TomahawkUtils::unmarginLayout( ui->layoutWidget->layout() );
|
||||||
|
TomahawkUtils::unmarginLayout( ui->layoutWidget1->layout() );
|
||||||
|
|
||||||
m_albumsModel = new TreeModel( ui->albums );
|
m_albumsModel = new TreeModel( ui->albums );
|
||||||
ui->albums->setTreeModel( m_albumsModel );
|
ui->albums->setTreeModel( m_albumsModel );
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="layoutWidget">
|
<widget class="QWidget" name="layoutWidget1">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||||
<item>
|
<item>
|
||||||
<widget class="HeaderLabel" name="label_2">
|
<widget class="HeaderLabel" name="label_2">
|
||||||
|
Reference in New Issue
Block a user