From 17f5b499bb0d38a178d64f389a03cd803dda1f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Nienh=C3=BCser?= Date: Wed, 9 May 2012 21:43:19 +0200 Subject: [PATCH] Width and height are implicitly set by the anchors. --- declarativeimports/plasmacomponents/qml/SelectionDialog.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/declarativeimports/plasmacomponents/qml/SelectionDialog.qml b/declarativeimports/plasmacomponents/qml/SelectionDialog.qml index 9b0d122e4..a2c638b7c 100644 --- a/declarativeimports/plasmacomponents/qml/SelectionDialog.qml +++ b/declarativeimports/plasmacomponents/qml/SelectionDialog.qml @@ -138,8 +138,6 @@ CommonDialog { bottom: parent.bottom } currentIndex : -1 - width: contentItem.width - height: contentItem.height delegate: root.delegate clip: true