fix: battery indicator height
This commit is contained in:
parent
c54ddeb38a
commit
25064dff8a
1 changed files with 21 additions and 17 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue