Skip to content

Commit

Permalink
Remove Grid.ColumnSpan="0" from <Image> in LoginView.xaml
Browse files Browse the repository at this point in the history
Removed the Grid.ColumnSpan="0" attribute from the <Image> element
in LoginView.xaml. This attribute was likely incorrect or
unnecessary, and its removal may correct the layout behavior of
the image within the grid.
  • Loading branch information
jamesmontemagno committed Oct 30, 2024
1 parent f941d0d commit 8a4d917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ClientApp/Views/LoginView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<Image
Grid.Row="0"
Grid.Column="0"
Grid.ColumnSpan="0"
Aspect="AspectFit"
WidthRequest="250"
HorizontalOptions="Center"
Expand Down

0 comments on commit 8a4d917

Please sign in to comment.