Skip to content

Commit 498edcd

Browse files
committed
Changes per code review.
1 parent 6aa4296 commit 498edcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Forms/Shared/Samples/GeometryEngine/ConvexHullList/ConvexHullList.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
<Label x:Name="ConvexHullListInstructionsLabel"
1616
Grid.Row="0"
1717
FontSize="Small"
18-
Text="Click the 'ConvexHull' button to create convex hull(s) from the polygon graphics. If the 'Union' checkbox is checked, the resulting output will be one polygon being the convex hull for the two input polygons. If the 'Union' checkbox is un-checked, the resulting output will have two convex hull polygons - one for each of the two input polygons.">
19-
</Label>
18+
Text="Click the 'ConvexHull' button to create convex hull(s) from the polygon graphics. If the 'Union' checkbox is checked, the resulting output will be one polygon being the convex hull for the two input polygons. If the 'Union' checkbox is un-checked, the resulting output will have two convex hull polygons - one for each of the two input polygons."/>
2019
<StackLayout
2120
Grid.Row="1"
2221
Orientation="Horizontal">

0 commit comments

Comments
 (0)