mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-01 18:04:05 +02:00
disable scaling of tag cloud
This commit is contained in:
@@ -27,7 +27,7 @@ Item {
|
|||||||
width: delegateText.width * 1.1
|
width: delegateText.width * 1.1
|
||||||
height: delegateText.height
|
height: delegateText.height
|
||||||
property double itemScale: Math.random() + .3
|
property double itemScale: Math.random() + .3
|
||||||
scale: itemScale
|
scale: 1//itemScale
|
||||||
Text {
|
Text {
|
||||||
id: delegateText
|
id: delegateText
|
||||||
color: "gray"
|
color: "gray"
|
||||||
|
Reference in New Issue
Block a user