mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Larger min width for signal strength
This commit is contained in:
parent
cd1b25e0c5
commit
3a30a72c0b
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ struct NodeInfoItem: View {
|
|||
.foregroundColor(getRssiColor(rssi: node.rssi))
|
||||
.font(.caption2)
|
||||
}
|
||||
.frame(minWidth: 100, maxWidth: 180)
|
||||
}
|
||||
|
||||
if node.telemetries?.count ?? 0 > 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue