From: Camila Ayres Date: Sat, 31 Aug 2024 13:53:55 +0000 (+0200) Subject: Remove duplicated header image. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~34^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8392d3d5aab0b3e8025491e40c55e0f0c596e5c5;p=nextcloud-desktop.git Remove duplicated header image. Signed-off-by: Camila Ayres --- 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 - } - } }