diff options
author | Thomas Hartmann <Thomas.Hartmann@digia.com> | 2014-06-27 15:28:09 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@digia.com> | 2014-06-27 15:33:32 +0200 |
commit | 7ce7c62a227ff5fe354a645e24a401f3d5ee5300 (patch) | |
tree | 87be53106668a26bab215a8a210d775cd3aef01d /share | |
parent | b2c13cf33ca9f6c22562418bcf8cab276061abdb (diff) | |
download | qt-creator-7ce7c62a227ff5fe354a645e24a401f3d5ee5300.tar.gz |
QmlDesigner: Remove untested code
Change-Id: Ia6343b28fc7a42f9380e7151d28eb781428e894d
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'share')
-rw-r--r-- | share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml index bcf1955d78..b41d99d768 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml @@ -112,7 +112,7 @@ RowLayout { ButtonRow { id: buttonRow - opacity: anchorRow.showAlternativeTargets ? 1 : 0 + opacity: 0 property variant relativeTarget: anchorBackend.relativeAnchorTargetTop |