Add elevation to typing control.

This commit is contained in:
Black Hat
2019-07-11 15:58:30 +08:00
parent 39c1f58f6d
commit 2113170587

View File

@@ -477,6 +477,11 @@ Item {
background: Rectangle {
color: MPalette.background
radius: height / 2
layer.enabled: true
layer.effect: ElevationEffect {
elevation: 1
}
}
}