diff --git a/modules/Tray.qml b/modules/Tray.qml index 830d5f8..f95b086 100644 --- a/modules/Tray.qml +++ b/modules/Tray.qml @@ -19,9 +19,10 @@ RowLayout { implicitWidth: 18 implicitHeight: 18 - IconImage { + Image { anchors.fill: parent source: iconItem.modelData.icon + fillMode: Image.PreserveAspectFit } MouseArea {