From 3271eadbd236043923789a37d0674ab608a0d244 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 9 Jan 2023 10:54:54 +0100 Subject: [PATCH] qml: remove electrum logo from top bar --- electrum/gui/qml/components/main.qml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 02ce662c8..5e4158a93 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -57,13 +57,6 @@ ApplicationWindow } } - Image { - Layout.alignment: Qt.AlignVCenter - Layout.preferredWidth: constants.iconSizeLarge - Layout.preferredHeight: constants.iconSizeLarge - source: "../../icons/electrum.png" - } - Label { Layout.preferredHeight: Math.max(implicitHeight, toolbarTopLayout.height) text: stack.currentItem.title