wallpaper selector use Toolbar for name filter

This commit is contained in:
end-4
2025-08-30 09:09:05 +02:00
parent 88355b2504
commit fd3455d3ec
3 changed files with 77 additions and 114 deletions
@@ -45,7 +45,7 @@ Rectangle {
id: dialogBackground
anchors.horizontalCenter: parent.horizontalCenter
radius: Appearance.rounding.large
color: Appearance.colors.colLayer3
color: Appearance.m3colors.m3surfaceContainerHigh // Use opaque version of layer3
property real targetY: root.height / 2 - root.backgroundHeight / 2
y: root.show ? targetY : (targetY - root.backgroundAnimationMovementDistance)