summaryrefslogtreecommitdiff
path: root/modules/detachedcontent/bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/detachedcontent/bluetooth')
-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 {