mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:57:29 +02:00
fix 1319
This commit is contained in:
parent
7c3c05a450
commit
db20a8ceef
1 changed files with 4 additions and 1 deletions
|
@ -135,7 +135,10 @@ Window {
|
||||||
buttonState: 1
|
buttonState: 1
|
||||||
defaultState: 1
|
defaultState: 1
|
||||||
hoverState: 2
|
hoverState: 2
|
||||||
onClicked: addressBarDialog.loadHome();
|
onClicked: {
|
||||||
|
addressBarDialog.loadHome();
|
||||||
|
root.shown = false;
|
||||||
|
}
|
||||||
anchors {
|
anchors {
|
||||||
left: parent.left
|
left: parent.left
|
||||||
leftMargin: homeButton.width / 2
|
leftMargin: homeButton.width / 2
|
||||||
|
|
Loading…
Reference in a new issue