fix(battery): remove extra spacing from column

This commit is contained in:
Ashley Wulber 2023-10-25 11:13:16 -04:00 committed by Ashley Wulber
parent 730a02881d
commit 9c64906971

View file

@ -438,7 +438,6 @@ impl cosmic::Application for CosmicBatteryApplet {
menu_button(text(fl!("power-settings")).size(14).width(Length::Fill))
.on_press(Message::OpenBatterySettings)
]
.spacing(8)
.padding([8, 0]),
)
.into()