diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 21:57:46 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-08 21:57:46 +1000 |
| commit | 6b5a71bf74df4a2301e8e07aec070cf261c2a952 (patch) | |
| tree | 2653239c60a7aabb95fa2b629bf2b69faf1de75f /modules/controlcenter/bluetooth/DeviceList.qml | |
| parent | internal: better transparency (diff) | |
| download | caelestia-shell-6b5a71bf74df4a2301e8e07aec070cf261c2a952.tar.gz caelestia-shell-6b5a71bf74df4a2301e8e07aec070cf261c2a952.tar.bz2 caelestia-shell-6b5a71bf74df4a2301e8e07aec070cf261c2a952.zip | |
controlcenter: fix clipping
Diffstat (limited to 'modules/controlcenter/bluetooth/DeviceList.qml')
| -rw-r--r-- | modules/controlcenter/bluetooth/DeviceList.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/controlcenter/bluetooth/DeviceList.qml b/modules/controlcenter/bluetooth/DeviceList.qml index 83b8200..a1644e5 100644 --- a/modules/controlcenter/bluetooth/DeviceList.qml +++ b/modules/controlcenter/bluetooth/DeviceList.qml @@ -20,7 +20,6 @@ ColumnLayout { readonly property bool smallDiscoverable: width <= 540 readonly property bool smallPairable: width <= 480 - anchors.fill: parent spacing: Appearance.spacing.small RowLayout { |