Fix ComboBox popup positioning

This commit is contained in:
Yuri Becker
2025-03-20 10:46:51 +01:00
parent 5cf5676d9b
commit fb06cea060
6 changed files with 2 additions and 12 deletions

View File

@@ -76,8 +76,6 @@ ColumnLayout
model: address_model
textRole: "display"
popup.height: 300
popup.y: zipcode.y + 5 - (zipcode.height * 2)
//currentIndex: -1
onCurrentIndexChanged: city.currentIndex = zipcode.currentIndex
validator: RegularExpressionValidator
{
@@ -100,7 +98,6 @@ ColumnLayout
model: address_model
textRole: "city"
popup.height: 300
popup.y: zipcode.y + 5 - (zipcode.height * 2)
currentIndex: -1
}
}