mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
* Default grid-item size hint changed.
This commit is contained in:
parent
0155b5e2eb
commit
87e2ae99b6
@ -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 ) ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user