Skip to content

Commit

Permalink
Merge pull request #633 from ionite34/fix-typo
Browse files Browse the repository at this point in the history
Update OpenArtBrowserPage HorizontalAlignment -> HorizontalContentAlignment
  • Loading branch information
mohnjiles committed May 10, 2024
2 parents 9f1c3d5 + 72a3b91 commit 72917d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StabilityMatrix.Avalonia/Views/OpenArtBrowserPage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@

<ScrollViewer Grid.Row="2"
ScrollChanged="ScrollViewer_OnScrollChanged"
HorizontalAlignment="Center"
HorizontalContentAlignment="Center"
IsVisible="{Binding !IsLoading}">
<ItemsRepeater ItemsSource="{Binding SearchResults}"
ItemTemplate="{StaticResource OpenArtWorkflowTemplate}">
Expand Down

0 comments on commit 72917d0

Please sign in to comment.