don't reset homescreen scroll position

This commit is contained in:
Marco Martin 2015-06-18 12:17:53 -07:00
parent 7d8e4e0d8c
commit 89935a1d21

View file

@ -41,12 +41,6 @@ MouseEventListener {
LayoutManager.save();
}
Plasmoid.onFocusChanged: {
if (!plasmoid.focus && applicationsView.contentY > -(applicationsView.headerItem.height - root.height/2)) {
applicationsView.contentY = -root.height;
}
}
function addApplet(applet, x, y) {
var container = appletContainerComponent.createObject(appletsSpace.layout)
container.visible = true