fix(bluetooth): remove extra spacing from column

This commit is contained in:
Ashley Wulber 2023-10-25 11:10:21 -04:00 committed by Ashley Wulber
parent 85d96f39f0
commit 730a02881d

View file

@ -380,7 +380,6 @@ impl cosmic::Application for CosmicBluetoothApplet {
known_bluetooth,
]
.align_items(Alignment::Center)
.spacing(8)
.padding([8, 0]);
let dropdown_icon = if self.show_visible_devices {
"go-down-symbolic"
@ -456,7 +455,6 @@ impl cosmic::Application for CosmicBluetoothApplet {
.on_press(Message::Confirm),
]
.align_items(Alignment::Center)
.spacing(8)
)
.align_x(Horizontal::Center)
];