cargo fmt

This commit is contained in:
Vukašin Vojinović 2024-07-09 15:25:49 +02:00 committed by Michael Murphy
parent 46e1fdd9f0
commit f206a55194

View file

@ -687,14 +687,10 @@ impl cosmic::Application for CosmicBatteryApplet {
}
}
content.push(
menu_button(
row![
text(fl!("power-settings"))
.size(14)
.width(Length::Fill)
.horizontal_alignment(Horizontal::Left),
]
)
menu_button(row![text(fl!("power-settings"))
.size(14)
.width(Length::Fill)
.horizontal_alignment(Horizontal::Left)])
.on_press(Message::OpenSettings)
.into(),
);