We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bcfae commit 8effb8dCopy full SHA for 8effb8d
telemetry/qml/TelemetryPermissionDialog.qml
@@ -2,7 +2,7 @@
2
// MuseScore
3
// Music Composition & Notation
4
//
5
-// Copyright (C) 2019 MuseScore BVBA and others
+// Copyright (C) 2019-2020 MuseScore BVBA and others
6
7
// This program is free software; you can redistribute it and/or modify
8
// it under the terms of the GNU General Public License version 2.
@@ -51,9 +51,13 @@ Rectangle {
51
id: titleLabel
52
53
anchors {
54
- horizontalCenter: parent.horizontalCenter
+ left: parent.left
55
+ right: parent.right
56
}
57
58
+ horizontalAlignment: Text.AlignHCenter
59
+ wrapMode: Text.WordWrap
60
+
61
color: "#00447a"
62
font.pixelSize: 28
63
0 commit comments