Skip to content

Commit 21ea19c

Browse files
committed
HStack -> Group
1 parent 5748e03 commit 21ea19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Trace utility network/TraceUtilityNetworkView.Views.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension TraceUtilityNetworkView {
1919
/// The buttons and picker shown to the user while setting points.
2020
@ViewBuilder
2121
private var controlsForSettingPoints: some View {
22-
HStack {
22+
Group {
2323
Picker("Add starting points & barriers", selection: pointType) {
2424
ForEach([PointType.start, PointType.barrier], id: \.self) { type in
2525
Text(type.label)

0 commit comments

Comments
 (0)