Merge branch 'main' into schnacke

merge main
This commit is contained in:
2025-03-20 12:18:39 +01:00
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