This commit is contained in:
2026-09-16 12:15:10 +01:00
parent c1a67c9335
commit 99d24a7a09
+2
View File
@@ -200,6 +200,8 @@ impl Battery {
)), )),
) )
.style(pill) .style(pill)
.height(Length::Fill)
.align_y(alignment::Vertical::Center)
.id(iced::widget::Id::from(self.id())) .id(iced::widget::Id::from(self.id()))
.into() .into()
} }