diff --git a/src/gui/tray/HeaderButton.qml b/src/gui/tray/HeaderButton.qml index d0bae50325..6bdcb28768 100644 --- a/src/gui/tray/HeaderButton.qml +++ b/src/gui/tray/HeaderButton.qml @@ -36,20 +36,4 @@ Button { Layout.alignment: Qt.AlignRight Layout.preferredWidth: Style.trayWindowHeaderHeight Layout.preferredHeight: Style.trayWindowHeaderHeight - - contentItem: Item { - anchors.fill: parent - - Image { - id: internalImage - anchors.centerIn: parent - width: root.icon.width - height: root.icon.height - source: root.icon.source - sourceSize { - width: root.icon.width - height: root.icon.height - } - } - } }