Browse Source

Merge pull request #633 from ionite34/fix-typo

Update OpenArtBrowserPage HorizontalAlignment -> HorizontalContentAlignment
pull/629/head v2.10.3
JT 6 months ago committed by GitHub
parent
commit
72917d0163
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