1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-01 09:53:57 +02:00

disable scaling of tag cloud

This commit is contained in:
Michael Zanetti
2012-12-16 20:05:26 +01:00
parent a92d7c0f9f
commit bf2ac533e0

View File

@@ -27,7 +27,7 @@ Item {
width: delegateText.width * 1.1
height: delegateText.height
property double itemScale: Math.random() + .3
scale: itemScale
scale: 1//itemScale
Text {
id: delegateText
color: "gray"