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~5^2~216^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a3ca3bc3ecae9dd59fd725ec162f92db7a569254;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 - } - } }