diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/controlcenter/bluetooth/Details.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/controlcenter/bluetooth/Details.qml b/modules/controlcenter/bluetooth/Details.qml index 883b408..c9d10cd 100644 --- a/modules/controlcenter/bluetooth/Details.qml +++ b/modules/controlcenter/bluetooth/Details.qml @@ -30,12 +30,15 @@ StyledFlickable { anchors.left: parent.left anchors.right: parent.right + anchors.top: parent.top implicitHeight: layout.height ColumnLayout { id: layout - anchors.fill: parent + anchors.left: parent.left + anchors.right: parent.right + anchors.top: parent.top spacing: Appearance.spacing.normal MaterialIcon { |