close the widget explorer after adding applet

This commit is contained in:
Marco Martin 2015-10-07 15:08:40 +02:00
parent bd5ca6fd61
commit 4bc42a9c9b

View file

@ -161,7 +161,7 @@ Item {
hoverEnabled: true
onClicked: {
widgetExplorer.addApplet(pluginName);
main.closed()
root.closed()
}
onEntered: list.currentIndex = index
onExited: list.currentIndex = -1