Skip to content

Commit 7d3cf68

Browse files
Remove warnings in alignment code
Co-authored-by: Candice Bentéjac <candice.bentejac@gmail.com>
1 parent 1264b55 commit 7d3cf68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshroom/ui/qml/Viewer/FeaturesInfoOverlay.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ FloatingPane {
4343
}
4444
// Settings menu
4545
Loader {
46-
anchors.top: parent.top
46+
Layout.alignment: Qt.AlignTop
4747
active: root.pluginStatus === Loader.Ready
4848
sourceComponent: MaterialToolButton {
4949
text: MaterialIcons.settings

0 commit comments

Comments
 (0)