mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Allow view to manage sizing to prevent selected node view
from getting pushed off bottom of screen
This commit is contained in:
parent
7f238d0b13
commit
c66eac3f48
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ struct TraceRouteLog: View {
|
|||
}
|
||||
.listStyle(.plain)
|
||||
}
|
||||
.frame(minHeight: CGFloat((node.traceRoutes?.count ?? 0) * 40), maxHeight: 250)
|
||||
Divider()
|
||||
ScrollView {
|
||||
if selectedRoute != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue