From a63aa6b130b1befe43c51102b98e85bb96e99e32 Mon Sep 17 00:00:00 2001 From: Henning Gruendl Date: Tue, 26 Sep 2023 14:56:06 +0200 Subject: [PATCH] QmlDesigner: Change empty property view message Task-number: QDS-7861 Change-Id: Iefc9e880ae20e40fa75ea584d24a39bee332927d Reviewed-by: Mats Honkamaa --- .../qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml index e0927b9ba7b..a5dc28f6f86 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml @@ -19,7 +19,7 @@ Rectangle { anchors.fill: parent Controls.Label { - text: qsTr("Select a component in the 2D, Navigator, or Code view to see its properties.") + text: qsTr("Select a component to see its properties.") font.pixelSize: StudioTheme.Values.myFontSize * 1.5 color: StudioTheme.Values.themeTextColor wrapMode: Text.WordWrap