mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 16:44:59 +00:00
fix: binding errors in xaml
This commit is contained in:
parent
b74bd997fe
commit
1257234712
10 changed files with 38 additions and 39 deletions
|
@ -362,7 +362,7 @@
|
|||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Width="12"
|
||||
Fill="{Binding $parent.Foreground}"/>
|
||||
Fill="{DynamicResource Brush.FG1}"/>
|
||||
</ToggleButton>
|
||||
<ToggleButton Theme="{StaticResource SearchPanelTextBoxButton}"
|
||||
IsChecked="{Binding $parent[aes:SearchPanel].WholeWords, Mode=TwoWay}"
|
||||
|
@ -374,7 +374,7 @@
|
|||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Width="14"
|
||||
Fill="{Binding $parent.Foreground}"/>
|
||||
Fill="{DynamicResource Brush.FG1}"/>
|
||||
</ToggleButton>
|
||||
<ToggleButton Theme="{StaticResource SearchPanelTextBoxButton}"
|
||||
IsChecked="{Binding $parent[aes:SearchPanel].UseRegex, Mode=TwoWay}"
|
||||
|
@ -386,7 +386,7 @@
|
|||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
Width="12"
|
||||
Fill="{Binding $parent.Foreground}"/>
|
||||
Fill="{DynamicResource Brush.FG1}"/>
|
||||
</ToggleButton>
|
||||
</StackPanel>
|
||||
</TextBox.InnerRightContent>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue