From b48cbe6719f8ba98f61a1473811cb44a0f234a56 Mon Sep 17 00:00:00 2001 From: Mentalflow <312902918@qq.com> Date: Thu, 4 Apr 2024 23:30:58 +0800 Subject: [PATCH] RibbonPopup: Remove container's unused anchors. --- lib_source/qml/RibbonPopup.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib_source/qml/RibbonPopup.qml b/lib_source/qml/RibbonPopup.qml index 30190e6..f2988b3 100644 --- a/lib_source/qml/RibbonPopup.qml +++ b/lib_source/qml/RibbonPopup.qml @@ -94,7 +94,6 @@ Popup { } Loader{ id: container - anchors.centerIn: parent width: item ? item.implicitWidth : 0 height: item ? item.implicitHeight : 0 sourceComponent: content_source ? undefined : content_items