fix: battery indicator height

This commit is contained in:
Ashley Wulber 2025-03-15 12:03:36 -04:00 committed by Michael Murphy
parent c54ddeb38a
commit 25064dff8a

View file

@ -684,7 +684,11 @@ impl cosmic::Application for CosmicBatteryApplet {
.size(16) .size(16)
.width(Length::Fill) .width(Length::Fill)
.align_x(Alignment::Start), .align_x(Alignment::Start),
container(vertical_space().width(Length::Fixed(0.0))) container(
vertical_space()
.width(Length::Fixed(0.0))
.height(Length::Fixed(0.0))
)
.padding(4) .padding(4)
.class(cosmic::style::Container::Custom(Box::new(|theme| { .class(cosmic::style::Container::Custom(Box::new(|theme| {
container::Style { container::Style {