Skip to content

Commit a141d71

Browse files
committed
improv(wifi): set no_networks description to Length::Fill
1 parent 6203777 commit a141d71

File tree

1 file changed

+2
-1
lines changed
  • cosmic-settings/src/pages/networking

1 file changed

+2
-1
lines changed

cosmic-settings/src/pages/networking/wifi.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ fn devices_view() -> Section<crate::pages::Message> {
442442
{
443443
let no_networks_found =
444444
widget::container(widget::text::body(&section.descriptions[no_networks_txt]))
445-
.align_x(alignment::Horizontal::Center);
445+
.align_x(alignment::Horizontal::Center)
446+
.width(Length::Fill);
446447

447448
view = view.push(no_networks_found);
448449
} else {

0 commit comments

Comments
 (0)