mirror of
https://github.com/QRouland/UTPass.git
synced 2025-06-25 06:52:28 +00:00
Fix issue where textfield used wrong signals
This commit is contained in:
@ -30,7 +30,7 @@ Column {
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
width: parent.width
|
||||
placeholderText: "http(s)://<hostname>"
|
||||
onContentWidthChanged: repoUrlChanged(repoUrlInput.text)
|
||||
onTextChanged: repoUrlChanged(repoUrlInput.text)
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
@ -30,7 +30,7 @@ Column {
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
width: parent.width
|
||||
placeholderText: "http(s)://<username>@<hostname>"
|
||||
onContentWidthChanged: repoUrlChanged(repoUrlInput.text)
|
||||
onTextChanged: repoUrlChanged(repoUrlInput.text)
|
||||
}
|
||||
|
||||
Text {
|
||||
|
Reference in New Issue
Block a user