Browse Source

qml: remove electrum logo from top bar

master
Sander van Grieken 3 years ago
parent
commit
3271eadbd2
  1. 7
      electrum/gui/qml/components/main.qml

7
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 { Label {
Layout.preferredHeight: Math.max(implicitHeight, toolbarTopLayout.height) Layout.preferredHeight: Math.max(implicitHeight, toolbarTopLayout.height)
text: stack.currentItem.title text: stack.currentItem.title

Loading…
Cancel
Save