Make the key verification message horizontally centered

This commit is contained in:
Joshua Goins
2023-08-19 16:09:18 -04:00
parent f3a0adee39
commit 6b71d3c78d

View File

@@ -24,5 +24,6 @@ Column {
QQC2.Label {
text: root.text
textFormat: Text.MarkdownText
horizontalAlignment: Text.AlignHCenter
}
}