ux: smaller loading icon

This commit is contained in:
leo 2024-08-23 17:07:11 +08:00
parent e845c270cd
commit a223ec1fc6
No known key found for this signature in database

View file

@ -31,6 +31,6 @@
</ItemsControl>
</ScrollViewer>
<v:LoadingIcon x:Name="LoadingIcon" Grid.Row="2" HorizontalAlignment="Center" Margin="0,16" Width="24" Height="24" IsVisible="False"/>
<v:LoadingIcon x:Name="LoadingIcon" Grid.Row="2" HorizontalAlignment="Center" Margin="0,8" Width="14" Height="14" IsVisible="False"/>
</Grid>
</UserControl>