This commit is contained in:
howard-stearns 2016-09-14 11:20:09 -07:00
parent 7c3c05a450
commit db20a8ceef

View file

@ -135,7 +135,10 @@ Window {
buttonState: 1
defaultState: 1
hoverState: 2
onClicked: addressBarDialog.loadHome();
onClicked: {
addressBarDialog.loadHome();
root.shown = false;
}
anchors {
left: parent.left
leftMargin: homeButton.width / 2