style<Preference>: alignment of auto fetch toggle

This commit is contained in:
leo 2021-10-13 11:33:07 +08:00
parent 7040976f2f
commit 69cfdb4fc8

View file

@ -318,6 +318,7 @@
<!-- Auto Fetch --> <!-- Auto Fetch -->
<CheckBox <CheckBox
Grid.Row="6" Grid.Column="1" Grid.Row="6" Grid.Column="1"
VerticalAlignment="Bottom"
Content="{DynamicResource Text.Preference.Git.AutoFetch}" Content="{DynamicResource Text.Preference.Git.AutoFetch}"
IsChecked="{Binding Source={x:Static models:Preference.Instance}, Path=Git.AutoFetchRemotes, Mode=TwoWay}"/> IsChecked="{Binding Source={x:Static models:Preference.Instance}, Path=Git.AutoFetchRemotes, Mode=TwoWay}"/>
</Grid> </Grid>