controlcenter: added elevation effect to networking pane for improved visual hierarchy
This commit is contained in:
parent
ee33f8f07b
commit
52b1b79abd
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue