1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-03 20:57:52 +02:00

revert back to static model for genre tag cloud

This commit is contained in:
Michael Zanetti
2013-08-04 22:29:44 +02:00
parent 1131840a23
commit 23b477da19

View File

@@ -83,7 +83,7 @@ Item {
TagCloud { TagCloud {
anchors.fill: parent anchors.fill: parent
anchors.margins: parent.width / 6 anchors.margins: parent.width / 6
model: allGenres model: styleModel
onTagClicked: { onTagClicked: {
root.createStation(tag); root.createStation(tag);