From 21131705877ef598eb4f62ed25e85836bcbacbf6 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 11 Jul 2019 15:58:30 +0800 Subject: [PATCH] Add elevation to typing control. --- imports/Spectral/Panel/RoomPanel.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/imports/Spectral/Panel/RoomPanel.qml b/imports/Spectral/Panel/RoomPanel.qml index 99b36ba89..fac7756ae 100644 --- a/imports/Spectral/Panel/RoomPanel.qml +++ b/imports/Spectral/Panel/RoomPanel.qml @@ -477,6 +477,11 @@ Item { background: Rectangle { color: MPalette.background radius: height / 2 + + layer.enabled: true + layer.effect: ElevationEffect { + elevation: 1 + } } }