aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardHeader.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-07-21 21:51:47 +0200
committerselsta <selsta@sent.at>2019-07-21 23:23:03 +0200
commitf20ab12cf3bd7575e7c0043c64de3ab74c211218 (patch)
tree6aab133a29ccc8071382379565eb10bff35cd55c /wizard/WizardHeader.qml
parent705439c78b9e33637505aaf8c3f6b433cc5854ce (diff)
downloadmonzero-gui-f20ab12cf3bd7575e7c0043c64de3ab74c211218.tar.gz
monzero-gui-f20ab12cf3bd7575e7c0043c64de3ab74c211218.tar.xz
monzero-gui-f20ab12cf3bd7575e7c0043c64de3ab74c211218.zip
QML: fix various warnings
Diffstat (limited to 'wizard/WizardHeader.qml')
-rw-r--r--wizard/WizardHeader.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardHeader.qml b/wizard/WizardHeader.qml
index 43ecbc7e..71061a5b 100644
--- a/wizard/WizardHeader.qml
+++ b/wizard/WizardHeader.qml
@@ -69,7 +69,7 @@ ColumnLayout {
TextArea {
Layout.fillWidth: true
- anchors.horizontalCenter: parent.horizontalCenter
+ Layout.alignment: Qt.AlignCenter
visible: parent.subtitle !== ""
color: MoneroComponents.Style.dimmedFontColor