Skip to content

Commit a7bea85

Browse files
committed
revert change
1 parent 0ab6356 commit a7bea85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Analyze hotspots/AnalyzeHotspotsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct AnalyzeHotspotsView: View {
101101
}
102102
.popover(isPresented: $isAnalysisSheetPresented) {
103103
analysisForm
104-
.frame(idealWidth: 320, idealHeight: 150)
104+
.frame(idealWidth: 250, idealHeight: 150)
105105
.presentationCompactAdaptation(.popover)
106106
}
107107
}

0 commit comments

Comments
 (0)