From 892e09a397c2a68a36ae423ee062c3aceee75116 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 29 Jul 2013 19:15:35 +0200 Subject: [PATCH] Revert unwanted Changes to WhatsHotWidget --- src/libtomahawk/widgets/WhatsHotWidget.cpp | 2 +- src/libtomahawk/widgets/WhatsHotWidget.ui | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/libtomahawk/widgets/WhatsHotWidget.cpp b/src/libtomahawk/widgets/WhatsHotWidget.cpp index 89dd1bb9d..3c012c60f 100644 --- a/src/libtomahawk/widgets/WhatsHotWidget.cpp +++ b/src/libtomahawk/widgets/WhatsHotWidget.cpp @@ -552,7 +552,7 @@ WhatsHotWidget::setLeftViewAlbums( PlayableModel* model ) void WhatsHotWidget::setLeftViewArtists( TreeModel* model ) { - ui->artistsViewLeft->proxyModel()->setStyle( PlayableProxyModel::Large ); + ui->artistsViewLeft->proxyModel()->setStyle( PlayableProxyModel::Collection ); ui->artistsViewLeft->setTreeModel( model ); ui->artistsViewLeft->proxyModel()->sort( -1 ); // disable sorting, must be called after artistsViewLeft->setTreeModel ui->stackLeft->setCurrentIndex( 1 ); diff --git a/src/libtomahawk/widgets/WhatsHotWidget.ui b/src/libtomahawk/widgets/WhatsHotWidget.ui index ad0c00bf8..dba284e79 100644 --- a/src/libtomahawk/widgets/WhatsHotWidget.ui +++ b/src/libtomahawk/widgets/WhatsHotWidget.ui @@ -63,27 +63,27 @@ - - PlaylistView - QTreeView -
playlist/PlaylistView.h
-
GridView QListView
playlist/GridView.h
+ + TreeView + QTreeView +
playlist/TreeView.h
+
+ + PlaylistView + QTreeView +
playlist/PlaylistView.h
+
Tomahawk::Breadcrumb QWidget
widgets/Breadcrumb.h
1
- - TreeView - QTreeView -
playlist/TreeView.h
-