Remove leftover from States (no need to explicitly declare an anchor as undefined)

wilder-5.14
Kai Uwe Broulik 12 years ago
parent b4aa1a1539
commit 58bf2292cd
  1. 5
      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

Loading…
Cancel
Save