1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-20 04:41:36 +02:00

* Dashboard has non-uniform row sizes.

This commit is contained in:
Christian Muehlhaeuser
2014-08-17 05:57:16 +02:00
parent cd3c0750a0
commit 5aaf5bb3f7

View File

@@ -74,6 +74,7 @@ InboxPage::InboxPage( QWidget* parent ) :
InboxView* inboxView = new InboxView( this );
setTrackView( inboxView );
setCurrentMode( Flat );
// setCaption( tr( "Inbox Details" ) );
inboxView->proxyModel()->setStyle( PlayableProxyModel::Large );
/* inboxView->proxyModel()->setGroupBy( true );
@@ -83,6 +84,7 @@ InboxPage::InboxPage( QWidget* parent ) :
inboxView->setGuid( "inbox" );
inboxView->setHeaderHidden( true );
inboxView->setUniformRowHeights( false );
setPlayableModel( ViewManager::instance()->inboxModel() );