Rename NTextBox To NTextInput for better clarity
This commit is contained in:
parent
c616f5a46c
commit
049ea7c4e6
5 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ Item {
|
|||
color: Colors.textSecondary
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
NTextBox {
|
||||
NTextInput {
|
||||
text: Settings.data.wallpaper.directory
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: Settings.data.wallpaper.directory = text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue