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
|
|
@ -55,7 +55,7 @@ Item {
|
||||||
color: Colors.textSecondary
|
color: Colors.textSecondary
|
||||||
font.pointSize: Style.fontSizeSmall * scaling
|
font.pointSize: Style.fontSizeSmall * scaling
|
||||||
}
|
}
|
||||||
NTextBox {
|
NTextInput {
|
||||||
text: Settings.data.general.avatarImage
|
text: Settings.data.general.avatarImage
|
||||||
placeholderText: "/home/user/.face"
|
placeholderText: "/home/user/.face"
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ Item {
|
||||||
text: "Directory where screen recordings will be saved"
|
text: "Directory where screen recordings will be saved"
|
||||||
color: Colors.textSecondary
|
color: Colors.textSecondary
|
||||||
}
|
}
|
||||||
NTextBox {
|
NTextInput {
|
||||||
text: Settings.data.screenRecorder.directory
|
text: Settings.data.screenRecorder.directory
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onEditingFinished: Settings.data.screenRecorder.directory = text
|
onEditingFinished: Settings.data.screenRecorder.directory = text
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ Item {
|
||||||
color: Colors.textSecondary
|
color: Colors.textSecondary
|
||||||
font.pointSize: Style.fontSizeSmall * scaling
|
font.pointSize: Style.fontSizeSmall * scaling
|
||||||
}
|
}
|
||||||
NTextBox {
|
NTextInput {
|
||||||
text: Settings.data.location.name
|
text: Settings.data.location.name
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onEditingFinished: Settings.data.location.name = text
|
onEditingFinished: Settings.data.location.name = text
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ Item {
|
||||||
color: Colors.textSecondary
|
color: Colors.textSecondary
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
}
|
}
|
||||||
NTextBox {
|
NTextInput {
|
||||||
text: Settings.data.wallpaper.directory
|
text: Settings.data.wallpaper.directory
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onEditingFinished: Settings.data.wallpaper.directory = text
|
onEditingFinished: Settings.data.wallpaper.directory = text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue