size the node filter

This commit is contained in:
Garth Vander Houwen 2024-06-29 16:31:30 -07:00
parent 236955900e
commit 457c87c128

View file

@ -153,7 +153,7 @@ struct NodeListFilter: View {
.padding(.bottom)
#endif
}
.presentationDetents([.fraction(1.0)])
.presentationDetents([.fraction(roleFilter ? 1.0 : 0.55)])
.presentationDragIndicator(.visible)
}
}