Skip to content

Commit

Permalink
Fix illegal anchor warnings (#2741)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
(cherry picked from commit 26621d4)
  • Loading branch information
azeey committed Jan 29, 2025
1 parent bc12c77 commit 0e02d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ ColumnLayout {
RenderWindowOverlay {
id: renderWindowOverlay
objectName: "renderWindowOverlay"
anchors.fill: parent

Connections {
target: renderWindowOverlay
Expand All @@ -66,6 +65,5 @@ ColumnLayout {

GzSim.EntityContextMenu {
id: entityContextMenu
anchors.fill: parent
}
}
2 changes: 1 addition & 1 deletion src/gui/plugins/entity_tree/EntityTree.qml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Rectangle {
}

ToolButton {
anchors.right: parent.right
Layout.alignment: Qt.AlignVCenter | Qt.AlignRight
id: addEntity
ToolTip.text: "Add an entity to the world"
ToolTip.visible: hovered
Expand Down

0 comments on commit 0e02d36

Please sign in to comment.