File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Rubberduck.Core/UI/RegexAssistant Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 <Setter Property =" Margin" Value =" 2" />
2020 <Style .Triggers>
2121 <Trigger Property =" IsSelected" Value =" True" >
22- <Setter Property =" BorderBrush" Value =" {DynamicResource HighlightBorderActiveBrush}" />
22+ <Setter Property =" BorderBrush" Value =" {StaticResource HighlightBorderActiveBrush}" />
2323 </Trigger >
2424 <MultiTrigger >
2525 <MultiTrigger .Conditions>
2626 <Condition Property =" IsSelected" Value =" True" />
2727 <Condition Property =" IsSelectionActive" Value =" False" />
2828 </MultiTrigger .Conditions>
29- <Setter Property =" BorderBrush" Value =" {DynamicResource HighlightInactiveBorderBrush}" />
29+ <Setter Property =" BorderBrush" Value =" {StaticResource HighlightInactiveBorderBrush}" />
3030 </MultiTrigger >
3131 </Style .Triggers>
3232 <Style .Resources>
8686 <TreeView Margin =" 5"
8787 ScrollViewer.VerticalScrollBarVisibility=" Auto"
8888 ScrollViewer.HorizontalScrollBarVisibility=" Disabled"
89- ItemTemplate =" {DynamicResource RecursiveData}"
89+ ItemTemplate =" {StaticResource RecursiveData}"
9090 ItemContainerStyle =" {StaticResource ShinyTreeView}"
9191 ItemsSource =" {Binding ResultItems}" />
9292 </GroupBox >
You can’t perform that action at this time.
0 commit comments