mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
* Default grid-item size hint changed.
This commit is contained in:
@@ -79,7 +79,7 @@ GridView::GridView( QWidget* parent )
|
||||
|
||||
setAutoFitItems( true );
|
||||
setAutoResize( false );
|
||||
setItemSize( QSize( 170, 170 + 48 ) );
|
||||
setItemSize( QSize( 170, 170 + 56 ) );
|
||||
setProxyModel( new PlayableProxyModel( this ) );
|
||||
|
||||
connect( this, SIGNAL( doubleClicked( QModelIndex ) ), SLOT( onItemActivated( QModelIndex ) ) );
|
||||
|
Reference in New Issue
Block a user