Settings: using NLabel everywhere

This commit is contained in:
quadbyte 2025-08-18 21:40:23 -04:00
parent f67a0b8420
commit 7d2534644d
10 changed files with 40 additions and 100 deletions

View file

@ -38,21 +38,16 @@ Item {
Rectangle {
Layout.fillWidth: true
Layout.preferredHeight: 120 * scaling
Layout.preferredHeight: 140 * scaling
radius: Style.radiusM * scaling
color: Color.mSurface
border.color: Color.mOutline
border.width: Math.max(1, Style.borderS * scaling)
clip: true
color: Color.mPrimary
NImageRounded {
id: currentWallpaperImage
anchors.fill: parent
anchors.margins: Style.marginS * scaling
anchors.margins: Style.marginXS * scaling
imagePath: WallpaperService.currentWallpaper
fallbackIcon: "image"
borderColor: Color.mOutline
borderWidth: Math.max(1, Style.borderS * scaling)
imageRadius: Style.radiusM * scaling
}
}