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,7 +76,7 @@ T.ComboBox {
onPressed: () => {
control.popup.visible = true;
control.popup.focus = true
control.popup.forceActiveFocus()
}
}
}
@@ -86,6 +86,7 @@ T.ComboBox {
padding: 1
topMargin: 6
width: control.width
y: control.height
background: Rectangle {
border.color: Colors.interactive