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:
@@ -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() );
|
||||
|
||||
|
Reference in New Issue
Block a user