summaryrefslogtreecommitdiff
path: root/modules/detachedcontent/bluetooth
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-31 21:31:21 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-31 21:31:21 +1000
commit012489b8c619a783d9a1aee0c70a422bff609103 (patch)
tree2bf5efec6dfbeefc805d5276fc10be2e5ab32660 /modules/detachedcontent/bluetooth
parentdashboard: better play button (diff)
downloadcaelestia-shell-012489b8c619a783d9a1aee0c70a422bff609103.tar.gz
caelestia-shell-012489b8c619a783d9a1aee0c70a422bff609103.tar.bz2
caelestia-shell-012489b8c619a783d9a1aee0c70a422bff609103.zip
dcontent: minor style fix
Diffstat (limited to 'modules/detachedcontent/bluetooth')
-rw-r--r--modules/detachedcontent/bluetooth/Settings.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/detachedcontent/bluetooth/Settings.qml b/modules/detachedcontent/bluetooth/Settings.qml
index 78b5b46..27759e7 100644
--- a/modules/detachedcontent/bluetooth/Settings.qml
+++ b/modules/detachedcontent/bluetooth/Settings.qml
@@ -376,7 +376,7 @@ ColumnLayout {
implicitWidth: implicitHeight
implicitHeight: cancelEditIcon.implicitHeight + Appearance.padding.smaller * 2
- radius: implicitHeight / 2
+ radius: Appearance.rounding.small
color: Colours.palette.m3secondaryContainer
opacity: root.session.bt.editingAdapterName ? 1 : 0
scale: root.session.bt.editingAdapterName ? 1 : 0.5
@@ -416,7 +416,7 @@ ColumnLayout {
implicitWidth: implicitHeight
implicitHeight: editIcon.implicitHeight + Appearance.padding.smaller * 2
- radius: root.session.bt.editingAdapterName ? implicitHeight / 2 : Appearance.rounding.small
+ radius: root.session.bt.editingAdapterName ? Appearance.rounding.small : implicitHeight / 2
color: root.session.bt.editingAdapterName ? Colours.palette.m3primary : "transparent"
StateLayer {