From 8392d3d5aab0b3e8025491e40c55e0f0c596e5c5 Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Sat, 31 Aug 2024 15:53:55 +0200 Subject: [PATCH] Remove duplicated header image. Signed-off-by: Camila Ayres --- src/gui/tray/HeaderButton.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/gui/tray/HeaderButton.qml b/src/gui/tray/HeaderButton.qml index 6d06e94bc..6bdcb2876 100644 --- a/src/gui/tray/HeaderButton.qml +++ b/src/gui/tray/HeaderButton.qml @@ -36,16 +36,4 @@ Button { Layout.alignment: Qt.AlignRight Layout.preferredWidth: Style.trayWindowHeaderHeight Layout.preferredHeight: Style.trayWindowHeaderHeight - - 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 - } - } } -- 2.30.2