aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-08-13 14:56:22 +0200
committerGitHub <noreply@github.com>2021-08-13 14:56:22 +0200
commit4fec3a4d6f652a66fc67dd7218e225ed57cbf294 (patch)
treec71880615f0aa79f8ba3f1ff318a7af7e761244f /wizard
parent51828babbb63819ec6fb3ce03b2b0cd2a7c5c462 (diff)
downloadmonzero-gui-4fec3a4d6f652a66fc67dd7218e225ed57cbf294.tar.gz
monzero-gui-4fec3a4d6f652a66fc67dd7218e225ed57cbf294.tar.xz
monzero-gui-4fec3a4d6f652a66fc67dd7218e225ed57cbf294.zip
WizardHeader: fix subtitle text width
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardHeader.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardHeader.qml b/wizard/WizardHeader.qml
index 9815bffa..ed2c6dda 100644
--- a/wizard/WizardHeader.qml
+++ b/wizard/WizardHeader.qml
@@ -66,6 +66,7 @@ ColumnLayout {
}
Text {
+ Layout.fillWidth: true
Layout.alignment: Qt.AlignLeft
visible: parent.subtitle !== ""