diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-08-13 14:56:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-13 14:56:22 +0200 |
| commit | 4fec3a4d6f652a66fc67dd7218e225ed57cbf294 (patch) | |
| tree | c71880615f0aa79f8ba3f1ff318a7af7e761244f | |
| parent | 51828babbb63819ec6fb3ce03b2b0cd2a7c5c462 (diff) | |
| download | monzero-gui-4fec3a4d6f652a66fc67dd7218e225ed57cbf294.tar.gz monzero-gui-4fec3a4d6f652a66fc67dd7218e225ed57cbf294.tar.xz monzero-gui-4fec3a4d6f652a66fc67dd7218e225ed57cbf294.zip | |
WizardHeader: fix subtitle text width
| -rw-r--r-- | wizard/WizardHeader.qml | 1 |
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 !== "" |
