diff options
author | Thomas Hartmann <thomas.hartmann@qt.io> | 2016-10-12 09:54:07 +0200 |
---|---|---|
committer | Tim Jenssen <tim.jenssen@qt.io> | 2016-10-13 10:03:16 +0000 |
commit | 2c9fb06b97dfdd32801b15a866fefcff60f5b56e (patch) | |
tree | 81fc7b69310362be263c86889aa10aa265003c0b /share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick | |
parent | c4417c49c7ffbb1f1818b579c488b2e4966ed1f9 (diff) | |
download | qt-creator-2c9fb06b97dfdd32801b15a866fefcff60f5b56e.tar.gz |
QmlDesigner: Adding elide property to text
Task-number: QTCREATORBUG-13455
Change-Id: I7e333840ccf2b7dde85f25f60392158167798c54
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick')
-rw-r--r-- | share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml index fb6b271700..03f29c520e 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml @@ -36,6 +36,7 @@ Column { showIsWrapping: true showVerticalAlignment: true showFormatProperty: true + showElide: true } Section { |