1
0

qml: remove electrum logo from top bar

This commit is contained in:
Sander van Grieken
2023-01-09 10:54:54 +01:00
parent abaa42eac0
commit 3271eadbd2

View File

@@ -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