From 58bf2292cd681e75efb08714fee72974bd59efce Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Sat, 4 Oct 2014 15:40:55 +0200 Subject: [PATCH] Remove leftover from States (no need to explicitly declare an anchor as undefined) --- applets/batterymonitor/package/contents/ui/PopupDialog.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/applets/batterymonitor/package/contents/ui/PopupDialog.qml b/applets/batterymonitor/package/contents/ui/PopupDialog.qml index 6bf6bf986..0298f7ff4 100644 --- a/applets/batterymonitor/package/contents/ui/PopupDialog.qml +++ b/applets/batterymonitor/package/contents/ui/PopupDialog.qml @@ -62,10 +62,7 @@ FocusScope { Column { id: settingsColumn - anchors { - top: dialog.top - bottom: undefined - } + anchors.top: dialog.top width: parent.width height: childrenRect.height