WallpaperSelector: current wallpaper border is a real border not a huge colored rectangle. looks better when switching wallpaper

This commit is contained in:
LemmyCook 2025-09-01 11:14:19 -04:00
parent 459bb59dd5
commit 934c8c61b3

View file

@ -53,7 +53,7 @@ ColumnLayout {
Layout.fillWidth: true
Layout.preferredHeight: 140 * scaling
radius: Style.radiusM * scaling
color: Color.mSecondary
color: Color.transparent
NImageRounded {
anchors.fill: parent
@ -61,6 +61,8 @@ ColumnLayout {
imagePath: currentWallpaper
fallbackIcon: "image"
imageRadius: Style.radiusM * scaling
borderColor: Color.mSecondary
borderWidth: Style.borderL * 2 * scaling
}
}