NTextInput: fixing caller onEditingFinished
This commit is contained in:
parent
049ea7c4e6
commit
d0762bea31
6 changed files with 14 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue