Skip to content

Commit 70d10e7

Browse files
Remove unused Label
1 parent 832f166 commit 70d10e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

samples/CommunityToolkit.Maui.Sample/Pages/Converters/InvertedBoolConverterPage.xaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
HorizontalOptions="CenterAndExpand"
2929
Spacing="10">
3030

31-
<Label Text="False" TextColor="{StaticResource NormalLabelTextColor}" />
32-
3331
<Switch IsToggled="{Binding IsToggled, Mode=OneWayToSource}"/>
3432

3533
</HorizontalStackLayout>
@@ -40,8 +38,6 @@
4038
HorizontalOptions="CenterAndExpand"
4139
Spacing="10">
4240

43-
<Label Text="False" TextColor="{StaticResource NormalLabelTextColor}" />
44-
4541
<Switch IsToggled="{Binding IsToggled, Mode=OneWay, Converter={StaticResource InvertedBoolConverter}}" IsEnabled="false"/>
4642

4743
</HorizontalStackLayout>

0 commit comments

Comments
 (0)