From a23bb48c243348096b27f5f4ac94f663271ece10 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Jul 2025 13:27:47 +1000 Subject: dcontent: style tweaks Shrink bt adapter selector button height slightly --- modules/detachedcontent/bluetooth/Settings.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/detachedcontent') 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 { -- cgit v1.2.3-freya