use wrapper rect

This commit is contained in:
Benjamin Palko 2025-09-07 12:21:33 -04:00
parent 112ed0d6de
commit 351fb82ac7
12 changed files with 75 additions and 91 deletions

View file

@ -8,14 +8,14 @@ import Quickshell
import Quickshell.Bluetooth
import Quickshell.Widgets
StyledRectangle {
StyledWrapperRectangle {
id: root
required property BluetoothDevice modelData
RowLayout {
id: row
spacing: 8
spacing: Styling.layout.spacing.base
Loader {
active: root.modelData?.icon != undefined