forked from qt-creator/qt-creator
QmlDesigner: Hide target buttons for centered anchoring
I never ever needed that feature and the functionality is missing/incomplete. Setting all anchor combinations for the left/right/top/bottom anchors should be enough. Change-Id: I2c1a165ff7ef0ecc666640aeba7e86166c90aa25 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -56,6 +56,8 @@ RowLayout {
|
|||||||
signal centerButtonClicked
|
signal centerButtonClicked
|
||||||
signal oppositeEdgeButtonClicked
|
signal oppositeEdgeButtonClicked
|
||||||
|
|
||||||
|
property alias buttonRow: buttonRow
|
||||||
|
|
||||||
|
|
||||||
IconLabel {
|
IconLabel {
|
||||||
id: icon
|
id: icon
|
||||||
|
@@ -152,6 +152,7 @@ Section {
|
|||||||
anchorBackend.horizontalTarget = currentText
|
anchorBackend.horizontalTarget = currentText
|
||||||
}
|
}
|
||||||
verticalAnchor: false
|
verticalAnchor: false
|
||||||
|
buttonRow.visible: false
|
||||||
}
|
}
|
||||||
|
|
||||||
AnchorRow {
|
AnchorRow {
|
||||||
@@ -164,6 +165,7 @@ Section {
|
|||||||
anchorBackend.verticalTarget = currentText
|
anchorBackend.verticalTarget = currentText
|
||||||
}
|
}
|
||||||
verticalAnchor: true
|
verticalAnchor: true
|
||||||
|
buttonRow.visible: false
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user