Skip to content

Commit 4a65fe9

Browse files
authored
Content updated
1 parent 032d50b commit 4a65fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ListViewMaui/View/HorizontalOrientation.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<RowDefinition Height="40"/>
2727
<RowDefinition Height="*"/>
2828
</Grid.RowDefinitions>
29-
<Label Grid.Row="0" Text="Tourist Destinations near:" FontSize="16" TextColor="#E3000000" FontFamily="Roboto-Medium" CharacterSpacing="0.25" Margin="16,10,0,0"/>
29+
<Label Grid.Row="0" Text="Tourist Destinations Near:" FontSize="16" TextColor="#E3000000" FontFamily="Roboto-Medium" CharacterSpacing="0.25" Margin="16,10,0,0"/>
3030
<ListView:SfListView x:Name="listView" Grid.Row="1"
3131
ItemsSource="{Binding Places}"
3232
ScrollBarVisibility="Never"

0 commit comments

Comments
 (0)