1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-11 13:18:13 +03:00

respect tasks icon size when show indicators

This commit is contained in:
Michail Vourlakos 2017-04-30 19:20:54 +03:00
parent fc6c4222e1
commit 56424d8cad

View File

@ -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