From 8effb8d3b7a9a2d2e0c91e9f399b248e8140b587 Mon Sep 17 00:00:00 2001 From: Dmitri Ovodok Date: Thu, 23 Jan 2020 16:35:57 +0200 Subject: [PATCH] Wrap telemetry permission dialog title if necessary --- telemetry/qml/TelemetryPermissionDialog.qml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/telemetry/qml/TelemetryPermissionDialog.qml b/telemetry/qml/TelemetryPermissionDialog.qml index 8b414f5f53e13..e0003129dc394 100644 --- a/telemetry/qml/TelemetryPermissionDialog.qml +++ b/telemetry/qml/TelemetryPermissionDialog.qml @@ -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. @@ -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