Add elevation to typing control.
This commit is contained in:
@@ -477,6 +477,11 @@ Item {
|
|||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: MPalette.background
|
color: MPalette.background
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
|
|
||||||
|
layer.enabled: true
|
||||||
|
layer.effect: ElevationEffect {
|
||||||
|
elevation: 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user