mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +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
|
||||
defaultState: 1
|
||||
hoverState: 2
|
||||
onClicked: addressBarDialog.loadHome();
|
||||
onClicked: {
|
||||
addressBarDialog.loadHome();
|
||||
root.shown = false;
|
||||
}
|
||||
anchors {
|
||||
left: parent.left
|
||||
leftMargin: homeButton.width / 2
|
||||
|
|
Loading…
Reference in a new issue