fix(power): remove extra spacing from column

This commit is contained in:
Ashley Wulber 2023-10-25 11:10:07 -04:00 committed by Ashley Wulber
parent 74998b5b16
commit 85d96f39f0

View file

@ -277,7 +277,6 @@ impl cosmic::Application for Power {
power
]
.align_items(Alignment::Start)
.spacing(12)
.padding([8, 0]);
self.core.applet.popup_container(content).into()