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

@@ -96,7 +96,6 @@ GridLayout
model: address_model
textRole: "display"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
onCurrentIndexChanged: city.currentIndex = postcode.currentIndex
Layout.columnSpan: 3
@@ -123,10 +122,8 @@ GridLayout
model: address_model
textRole: "city"
popup.height: 300
popup.y: postcode.y + 5 - (postcode.height * 2)
currentIndex: -1
Layout.columnSpan: 3
// onCurrentIndexChanged: postcode.currentIndex = city.currentIndex
}
Label