Settings: minor adjustments
This commit is contained in:
parent
402c626ff8
commit
197bd58661
4 changed files with 19 additions and 13 deletions
|
|
@ -62,6 +62,7 @@ Item {
|
|||
NText {
|
||||
text: "Your profile picture displayed in various places throughout the shell"
|
||||
color: Colors.textSecondary
|
||||
font.pointSize: Style.fontSizeSmall * scaling
|
||||
}
|
||||
NTextBox {
|
||||
text: Settings.data.general.avatarImage
|
||||
|
|
|
|||
|
|
@ -49,13 +49,14 @@ Item {
|
|||
}
|
||||
|
||||
NText {
|
||||
text: "City"
|
||||
text: "Location"
|
||||
color: Colors.textPrimary
|
||||
font.weight: Style.fontWeightBold
|
||||
}
|
||||
NText {
|
||||
text: "Your city name for weather information"
|
||||
color: Colors.textSecondary
|
||||
font.pointSize: Style.fontSizeSmall * scaling
|
||||
}
|
||||
NTextBox {
|
||||
text: Settings.data.location.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue