Skip to content

Commit 8effb8d

Browse files
committed
Wrap telemetry permission dialog title if necessary
1 parent 73bcfae commit 8effb8d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

telemetry/qml/TelemetryPermissionDialog.qml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// MuseScore
33
// Music Composition & Notation
44
//
5-
// Copyright (C) 2019 MuseScore BVBA and others
5+
// Copyright (C) 2019-2020 MuseScore BVBA and others
66
//
77
// This program is free software; you can redistribute it and/or modify
88
// it under the terms of the GNU General Public License version 2.
@@ -51,9 +51,13 @@ Rectangle {
5151
id: titleLabel
5252

5353
anchors {
54-
horizontalCenter: parent.horizontalCenter
54+
left: parent.left
55+
right: parent.right
5556
}
5657

58+
horizontalAlignment: Text.AlignHCenter
59+
wrapMode: Text.WordWrap
60+
5761
color: "#00447a"
5862
font.pixelSize: 28
5963

0 commit comments

Comments
 (0)