diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-08-26 21:25:22 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-08-26 21:25:22 -0400 |
| commit | 316f8b17622c8a8223424a08cb869d6ae9d6062c (patch) | |
| tree | 70a00befb0b7bbd55b1702f5bdb2a9bb749d4dbb /wizard | |
| parent | cbed1ed6f7618861bd7cf6ccc24e78c8c2102ddf (diff) | |
| parent | 4fec3a4d6f652a66fc67dd7218e225ed57cbf294 (diff) | |
| download | monzero-gui-316f8b17622c8a8223424a08cb869d6ae9d6062c.tar.gz monzero-gui-316f8b17622c8a8223424a08cb869d6ae9d6062c.tar.xz monzero-gui-316f8b17622c8a8223424a08cb869d6ae9d6062c.zip | |
Merge pull request #3666
4fec3a4 WizardHeader: fix subtitle text width (rating89us)
Diffstat (limited to 'wizard')
| -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 !== "" |
