summaryrefslogtreecommitdiff
path: root/modules/detachedcontent/bluetooth/Settings.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-03 18:59:05 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-03 18:59:05 +1000
commitfe4e72eab3170c5f888b14251d15e51b2a5adf9c (patch)
treeb5badd0b7b08b6831e51ae225c6bb44dc04051c4 /modules/detachedcontent/bluetooth/Settings.qml
parentdcontent: impl bt device details (diff)
downloadcaelestia-shell-fe4e72eab3170c5f888b14251d15e51b2a5adf9c.tar.gz
caelestia-shell-fe4e72eab3170c5f888b14251d15e51b2a5adf9c.tar.bz2
caelestia-shell-fe4e72eab3170c5f888b14251d15e51b2a5adf9c.zip
internal: better shadow
Diffstat (limited to 'modules/detachedcontent/bluetooth/Settings.qml')
-rw-r--r--modules/detachedcontent/bluetooth/Settings.qml7
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/detachedcontent/bluetooth/Settings.qml b/modules/detachedcontent/bluetooth/Settings.qml
index de5e6e7..b6f6ca1 100644
--- a/modules/detachedcontent/bluetooth/Settings.qml
+++ b/modules/detachedcontent/bluetooth/Settings.qml
@@ -7,7 +7,6 @@ import qs.config
import Quickshell.Bluetooth
import QtQuick
import QtQuick.Layouts
-import QtQuick.Effects
ColumnLayout {
id: root
@@ -154,14 +153,12 @@ ColumnLayout {
}
}
- RectangularShadow {
+ Elevation {
anchors.fill: adapterListBg
radius: adapterListBg.radius
- color: Qt.alpha(Colours.palette.m3shadow, 0.7)
opacity: adapterPickerButton.expanded ? 1 : 0
scale: adapterPickerButton.expanded ? 1 : 0.7
- blur: 5
- spread: 0
+ level: 2
Behavior on opacity {
Anim {}