Settings: more cleanup - wip
This commit is contained in:
parent
c09a93af48
commit
f3123ba5b1
14 changed files with 121 additions and 139 deletions
|
|
@ -55,6 +55,7 @@ ColumnLayout {
|
|||
|
||||
NHeader {
|
||||
label: "User Interface"
|
||||
description: "Main settings for the user interface."
|
||||
}
|
||||
|
||||
NToggle {
|
||||
|
|
@ -136,6 +137,7 @@ ColumnLayout {
|
|||
Layout.fillWidth: true
|
||||
NHeader {
|
||||
label: "Screen Corners"
|
||||
description: "Customize screen corner rounding and visual effects."
|
||||
}
|
||||
|
||||
NToggle {
|
||||
|
|
@ -184,9 +186,10 @@ ColumnLayout {
|
|||
ColumnLayout {
|
||||
spacing: Style.marginL * scaling
|
||||
Layout.fillWidth: true
|
||||
|
||||
|
||||
NHeader {
|
||||
label: "Fonts"
|
||||
description: "Configure interface typography."
|
||||
}
|
||||
|
||||
// Font configuration section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue