Remove unused TabletAddressDialog internal property, fixing BUGZ-1294

This commit is contained in:
Zach Fox 2019-08-20 12:05:00 -07:00
parent 41d992a307
commit 780a081d16

View file

@ -225,10 +225,6 @@ StackView {
verticalCenter: addressLineContainer.verticalCenter;
}
onFocusChanged: {
addressBarDialog.raised = focus;
}
onTextChanged: {
updateLocationText(text.length > 0);
}