NTextInput: new approach to avoid all input leakage and dragging NPanel issues.

This commit is contained in:
LemmyCook
2025-09-21 21:17:12 -04:00
parent a7e3deecd3
commit 1717fc0992
3 changed files with 127 additions and 41 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ ColumnLayout {
Layout.fillWidth: true
spacing: Style.marginM * scaling
NTextInput{
NTextInput {
id: input
Layout.fillWidth: true
Layout.alignment: Qt.AlignVCenter