diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml index 1a80cbd38ba9f8d66e7b027dcecdebe9ca188790..7da1bac7ef29ff6c09b586c2acca3aab4b350fe4 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/Label.qml @@ -34,6 +34,8 @@ import QtQuick.Layouts 1.0 Controls.Label { id: label + property string toolTip: "" + width: parent.width < 300 ? 80 : Math.min(140, parent.width - 220) color: "#eee" elide: Text.ElideRight