RibbonPopup: Remove container's unused anchors.

This commit is contained in:
Mentalflow 2024-04-04 23:30:58 +08:00
parent 82ef344180
commit b48cbe6719
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
1 changed files with 0 additions and 1 deletions

View File

@ -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