aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/imagine/Popup.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/controls/imagine/Popup.qml')
-rw-r--r--src/imports/controls/imagine/Popup.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/imports/controls/imagine/Popup.qml b/src/imports/controls/imagine/Popup.qml
index 089bc158..e0edc866 100644
--- a/src/imports/controls/imagine/Popup.qml
+++ b/src/imports/controls/imagine/Popup.qml
@@ -47,9 +47,6 @@ T.Popup {
implicitHeight: Math.max(background ? background.implicitHeight : 0,
contentHeight > 0 ? contentHeight + topPadding + bottomPadding : 0)
- contentWidth: contentItem.implicitWidth || (contentChildren.length === 1 ? contentChildren[0].implicitWidth : 0)
- contentHeight: contentItem.implicitHeight || (contentChildren.length === 1 ? contentChildren[0].implicitHeight : 0)
-
topPadding: background ? background.topPadding : undefined
leftPadding: background ? background.leftPadding : undefined
rightPadding: background ? background.rightPadding : undefined