summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-06-27 15:28:09 +0200
committerAlessandro Portale <alessandro.portale@digia.com>2014-06-27 15:33:32 +0200
commit7ce7c62a227ff5fe354a645e24a401f3d5ee5300 (patch)
tree87be53106668a26bab215a8a210d775cd3aef01d /share/qtcreator
parentb2c13cf33ca9f6c22562418bcf8cab276061abdb (diff)
downloadqt-creator-7ce7c62a227ff5fe354a645e24a401f3d5ee5300.tar.gz
QmlDesigner: Remove untested code
Change-Id: Ia6343b28fc7a42f9380e7151d28eb781428e894d Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml2
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