Skip to content

Commit

Permalink
Update SegmentedBasicSample.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Jul 24, 2023
1 parent 5432c72 commit b6e8695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Segmented/samples/SegmentedBasicSample.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Page x:Class="SegmentedExperiment.Samples.SegmentedBasicSample"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Expand All @@ -9,7 +9,6 @@
mc:Ignorable="d">

<StackPanel x:Name="Panel"
Width="480"
Spacing="8">
<TextBlock Style="{StaticResource BodyStrongTextBlockStyle}"
Text="Icon + content" />
Expand Down

0 comments on commit b6e8695

Please sign in to comment.