fix(power): prevent connected device model name from wrapping and overflowing
This commit is contained in:
parent
c76fd47a88
commit
b3fcfd619a
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ fn connected_devices() -> Section<crate::pages::Message> {
|
|||
row!(
|
||||
widget::icon::from_name(connected_device.device_icon).size(48),
|
||||
column!(
|
||||
text::heading(&connected_device.model),
|
||||
text::heading(&connected_device.model).height(20.0),
|
||||
row!(battery_icon, battery_percent_and_time)
|
||||
.spacing(4)
|
||||
.align_y(Alignment::Center),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue