We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14bb26 commit 2a9d380Copy full SHA for 2a9d380
RetailCoder.VBE/UI/RegexAssistant/RegexAssistant.xaml
@@ -25,6 +25,7 @@
25
<Style x:Key="ShinyTreeView" TargetType="{x:Type TreeViewItem}">
26
<Setter Property="BorderThickness" Value="1.5"/>
27
<Setter Property="HorizontalAlignment" Value="Left" />
28
+ <Setter Property="Margin" Value="2" />
29
<Style.Triggers>
30
<Trigger Property="IsSelected" Value="True">
31
<Setter Property="BorderBrush" Value="#adc6e5"/>
@@ -45,7 +46,8 @@
45
46
</Style>
47
48
<HierarchicalDataTemplate
- x:Key="RecursiveData" DataType="TreeViewItem"
49
+ x:Key="RecursiveData"
50
+ DataType="TreeViewItem"
51
ItemContainerStyle="{StaticResource ShinyTreeView}"
52
ItemsSource="{Binding Items}">
53
</HierarchicalDataTemplate>
0 commit comments