Browse Source

Update OpenArtBrowserPage HorizontalAlignment -> HorizontalContentAlignment

pull/629/head
JT 6 months ago committed by GitHub
parent
commit
72a3b9163b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      StabilityMatrix.Avalonia/Views/OpenArtBrowserPage.axaml

2
StabilityMatrix.Avalonia/Views/OpenArtBrowserPage.axaml

@ -305,7 +305,7 @@
<ScrollViewer Grid.Row="2" <ScrollViewer Grid.Row="2"
ScrollChanged="ScrollViewer_OnScrollChanged" ScrollChanged="ScrollViewer_OnScrollChanged"
HorizontalAlignment="Center" HorizontalContentAlignment="Center"
IsVisible="{Binding !IsLoading}"> IsVisible="{Binding !IsLoading}">
<ItemsRepeater ItemsSource="{Binding SearchResults}" <ItemsRepeater ItemsSource="{Binding SearchResults}"
ItemTemplate="{StaticResource OpenArtWorkflowTemplate}"> ItemTemplate="{StaticResource OpenArtWorkflowTemplate}">

Loading…
Cancel
Save