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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user