Merge pull request #994 from bjpetit/fix-tr-log-window

Fix View issue when node traceroute list gets long
This commit is contained in:
Garth Vander Houwen 2024-11-25 16:10:51 -08:00 committed by GitHub
commit a0870edf2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,6 @@ struct TraceRouteLog: View {
}
.listStyle(.plain)
}
.frame(minHeight: CGFloat((node.traceRoutes?.count ?? 0) * 40), maxHeight: 250)
Divider()
ScrollView {
if selectedRoute != nil {