SettingsTabs: use NHeader, move display settings around
This commit is contained in:
parent
0d611fc891
commit
7594651e05
19 changed files with 483 additions and 480 deletions
|
|
@ -8,6 +8,11 @@ import qs.Widgets
|
|||
ColumnLayout {
|
||||
id: root
|
||||
|
||||
NHeader {
|
||||
title: "Weather & Location"
|
||||
description: "Configure weather display and location settings."
|
||||
}
|
||||
|
||||
// Location section
|
||||
RowLayout {
|
||||
Layout.fillWidth: true
|
||||
|
|
@ -57,11 +62,8 @@ ColumnLayout {
|
|||
spacing: Style.marginM * scaling
|
||||
Layout.fillWidth: true
|
||||
|
||||
NText {
|
||||
text: "Weather"
|
||||
font.pointSize: Style.fontSizeXXL * scaling
|
||||
font.weight: Style.fontWeightBold
|
||||
color: Color.mSecondary
|
||||
NHeader {
|
||||
title: "Weather"
|
||||
}
|
||||
|
||||
NToggle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue