respect tasks icon size when show indicators

pull/1/head
Michail Vourlakos 8 years ago
parent fc6c4222e1
commit 56424d8cad

@ -261,7 +261,7 @@ Item{
//////
Loader{
id: progressLoader
anchors.fill: parent
anchors.fill: iconImageBuffer
active: (centralItem.smartLauncherEnabled && centralItem.smartLauncherItem
&& (centralItem.smartLauncherItem.progressVisible || mainItemContainer.badgeIndicator > 0))
asynchronous: true
@ -369,7 +369,7 @@ Item{
Loader{
id: audioStreamIconLoader
anchors.fill: parent
anchors.fill: iconImageBuffer
active: mainItemContainer.hasAudioStream
asynchronous: true

Loading…
Cancel
Save