diff --git a/imports/Spectral/Panel/RoomListPanelForm.ui.qml b/imports/Spectral/Panel/RoomListPanelForm.ui.qml index 93532ba..6ce1484 100644 --- a/imports/Spectral/Panel/RoomListPanelForm.ui.qml +++ b/imports/Spectral/Panel/RoomListPanelForm.ui.qml @@ -43,10 +43,10 @@ Rectangle { Layout.margins: 12 color: MSettings.darkTheme ? "#303030" : "#fafafa" - layer.enabled: true - layer.effect: ElevationEffect { - elevation: searchField.focus ? 2 : 1 - } +// layer.enabled: true +// layer.effect: ElevationEffect { +// elevation: searchField.focus ? 2 : 1 +// } RowLayout { anchors.fill: parent