summaryrefslogtreecommitdiff
path: root/modules/detachedcontent
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-28 13:27:47 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-28 13:27:47 +1000
commita23bb48c243348096b27f5f4ac94f663271ece10 (patch)
treef4e5063e415923ffbe9bae6772585d4cf8f51ffb /modules/detachedcontent
parentmedia: display hh:mm:ss (diff)
downloadcaelestia-shell-a23bb48c243348096b27f5f4ac94f663271ece10.tar.gz
caelestia-shell-a23bb48c243348096b27f5f4ac94f663271ece10.tar.bz2
caelestia-shell-a23bb48c243348096b27f5f4ac94f663271ece10.zip
dcontent: style tweaks
Shrink bt adapter selector button height slightly
Diffstat (limited to 'modules/detachedcontent')
-rw-r--r--modules/detachedcontent/bluetooth/Settings.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/detachedcontent/bluetooth/Settings.qml b/modules/detachedcontent/bluetooth/Settings.qml
index 3d8d264..78b5b46 100644
--- a/modules/detachedcontent/bluetooth/Settings.qml
+++ b/modules/detachedcontent/bluetooth/Settings.qml
@@ -125,7 +125,7 @@ ColumnLayout {
property bool expanded
implicitWidth: adapterPicker.implicitWidth + Appearance.padding.normal * 2
- implicitHeight: adapterPicker.implicitHeight + Appearance.padding.normal * 2
+ implicitHeight: adapterPicker.implicitHeight + Appearance.padding.smaller * 2
StateLayer {
radius: Appearance.rounding.small
@@ -140,6 +140,8 @@ ColumnLayout {
anchors.fill: parent
anchors.margins: Appearance.padding.normal
+ anchors.topMargin: Appearance.padding.smaller
+ anchors.bottomMargin: Appearance.padding.smaller
spacing: Appearance.spacing.normal
StyledText {