mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
style<Preference>: alignment of auto fetch toggle
This commit is contained in:
parent
7040976f2f
commit
69cfdb4fc8
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue