mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-03 18:15:01 +00:00
refactor<*>: use DynamicResource instead of StaticResource for brushes and locales
This commit is contained in:
parent
4a56b47265
commit
afc4eafb6f
73 changed files with 630 additions and 601 deletions
|
@ -26,7 +26,7 @@
|
|||
<TextBlock
|
||||
Grid.Row="0" Grid.Column="0"
|
||||
Margin="0,0,8,0"
|
||||
Text="{StaticResource Text.Fetch.Remote}"
|
||||
Text="{DynamicResource Text.Fetch.Remote}"
|
||||
HorizontalAlignment="Right"/>
|
||||
<ComboBox
|
||||
Grid.Row="0" Grid.Column="1"
|
||||
|
@ -47,11 +47,11 @@
|
|||
Margin="0,4,0,0"
|
||||
x:Name="chkFetchAll"
|
||||
IsChecked="True"
|
||||
Content="{StaticResource Text.Fetch.AllRemotes}"/>
|
||||
Content="{DynamicResource Text.Fetch.AllRemotes}"/>
|
||||
|
||||
<CheckBox Grid.Row="2" Grid.Column="1"
|
||||
x:Name="chkPrune"
|
||||
IsChecked="True"
|
||||
Content="{StaticResource Text.Fetch.Prune}"/>
|
||||
Content="{DynamicResource Text.Fetch.Prune}"/>
|
||||
</Grid>
|
||||
</controls:PopupWidget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue