1
0

qml: flow tags to next line if exceeding most of screen width

properly update balance amount strings
This commit is contained in:
Sander van Grieken
2022-11-01 09:42:44 +01:00
parent 3f9df0517a
commit 3eaebe7b47
2 changed files with 39 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ ApplicationWindow
WalletSummary {
id: walletSummary
Layout.preferredWidth: parent.width
Layout.preferredWidth: app.width
}
}
}