From 9147e84010aa405d2a4a2803078bafcfb6bf5be5 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Wed, 20 Jul 2022 10:56:52 +0200 Subject: [PATCH] qml: finally! --- electrum/gui/qml/components/main.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 819eada00..a93303de5 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -39,6 +39,13 @@ ApplicationWindow onClicked: stack.pop() } + Image { + Layout.alignment: Qt.AlignVCenter + Layout.preferredWidth: constants.iconSizeLarge + Layout.preferredHeight: constants.iconSizeLarge + source: "../../icons/electrum.png" + } + Label { text: stack.currentItem.title elide: Label.ElideRight