Browse Source

qml: finally!

patch-4
Sander van Grieken 3 years ago
parent
commit
9147e84010
  1. 7
      electrum/gui/qml/components/main.qml

7
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

Loading…
Cancel
Save