QmlDesigner: Change empty property view message

Task-number: QDS-7861
Change-Id: Iefc9e880ae20e40fa75ea584d24a39bee332927d
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
This commit is contained in:
Henning Gruendl
2023-09-26 14:56:06 +02:00
committed by Henning Gründl
parent 3612039365
commit a63aa6b130

View File

@@ -19,7 +19,7 @@ Rectangle {
anchors.fill: parent anchors.fill: parent
Controls.Label { 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 font.pixelSize: StudioTheme.Values.myFontSize * 1.5
color: StudioTheme.Values.themeTextColor color: StudioTheme.Values.themeTextColor
wrapMode: Text.WordWrap wrapMode: Text.WordWrap