1
0

qml: finally!

This commit is contained in:
Sander van Grieken
2022-07-20 10:56:52 +02:00
parent fd7bd64ce8
commit 9147e84010

View File

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