controlcenter: added elevation effect to networking pane for improved visual hierarchy

This commit is contained in:
ATMDA 2025-11-17 20:03:31 -05:00
parent ee33f8f07b
commit 52b1b79abd

View file

@ -384,6 +384,13 @@ Item {
readonly property real lockIconSize: lockIcon.implicitWidth
Elevation {
anchors.fill: parent
radius: parent.radius
z: -1
level: 2
}
MaterialIcon {
id: lockIcon