Fix formatting
This commit is contained in:
parent
7eb47a71b3
commit
29a62db2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ impl cosmic::Application for CosmicNetworkApplet {
|
||||||
menu_button(
|
menu_button(
|
||||||
Row::with_children(btn_content)
|
Row::with_children(btn_content)
|
||||||
.align_y(Alignment::Center)
|
.align_y(Alignment::Center)
|
||||||
.spacing(8)
|
.spacing(8),
|
||||||
)
|
)
|
||||||
.on_press(Message::OpenHwDevice(Some(hw_device.clone()))),
|
.on_press(Message::OpenHwDevice(Some(hw_device.clone()))),
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue