RibbonPopup: Remove container's unused anchors.
This commit is contained in:
parent
82ef344180
commit
b48cbe6719
|
@ -94,7 +94,6 @@ Popup {
|
||||||
}
|
}
|
||||||
Loader{
|
Loader{
|
||||||
id: container
|
id: container
|
||||||
anchors.centerIn: parent
|
|
||||||
width: item ? item.implicitWidth : 0
|
width: item ? item.implicitWidth : 0
|
||||||
height: item ? item.implicitHeight : 0
|
height: item ? item.implicitHeight : 0
|
||||||
sourceComponent: content_source ? undefined : content_items
|
sourceComponent: content_source ? undefined : content_items
|
||||||
|
|
Loading…
Reference in New Issue