mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-22 20:37: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 -->
|
||||
<CheckBox
|
||||
Grid.Row="6" Grid.Column="1"
|
||||
VerticalAlignment="Bottom"
|
||||
Content="{DynamicResource Text.Preference.Git.AutoFetch}"
|
||||
IsChecked="{Binding Source={x:Static models:Preference.Instance}, Path=Git.AutoFetchRemotes, Mode=TwoWay}"/>
|
||||
</Grid>
|
||||
|
|
Loading…
Reference in a new issue