Skip to content

Commit

Permalink
Wrap telemetry permission dialog title if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrio95 committed Jan 23, 2020
1 parent 73bcfae commit 8effb8d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions telemetry/qml/TelemetryPermissionDialog.qml
Expand Up @@ -2,7 +2,7 @@
// MuseScore
// Music Composition & Notation
//
// Copyright (C) 2019 MuseScore BVBA and others
// Copyright (C) 2019-2020 MuseScore BVBA and others
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2.
Expand Down Expand Up @@ -51,9 +51,13 @@ Rectangle {
id: titleLabel

anchors {
horizontalCenter: parent.horizontalCenter
left: parent.left
right: parent.right
}

horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WordWrap

color: "#00447a"
font.pixelSize: 28

Expand Down

0 comments on commit 8effb8d

Please sign in to comment.