NTextInput: fixing caller onEditingFinished

This commit is contained in:
quadbyte 2025-08-12 08:13:54 -04:00
parent 049ea7c4e6
commit d0762bea31
6 changed files with 14 additions and 8 deletions

View file

@ -70,8 +70,8 @@ NLoader {
border.color: Colors.backgroundTertiary
border.width: Math.max(1, Style.borderMedium * scaling)
layer.enabled: true
width: (screen.width/2) * scaling
height: (screen.height/2) * scaling
width: (screen.width / 2) * scaling
height: (screen.height / 2) * scaling
anchors.centerIn: parent
MouseArea {