Skip to content

Commit 2a9d380

Browse files
committed
treeview styling still broken
1 parent d14bb26 commit 2a9d380

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RetailCoder.VBE/UI/RegexAssistant/RegexAssistant.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<Style x:Key="ShinyTreeView" TargetType="{x:Type TreeViewItem}">
2626
<Setter Property="BorderThickness" Value="1.5"/>
2727
<Setter Property="HorizontalAlignment" Value="Left" />
28+
<Setter Property="Margin" Value="2" />
2829
<Style.Triggers>
2930
<Trigger Property="IsSelected" Value="True">
3031
<Setter Property="BorderBrush" Value="#adc6e5"/>
@@ -45,7 +46,8 @@
4546
</Style>
4647

4748
<HierarchicalDataTemplate
48-
x:Key="RecursiveData" DataType="TreeViewItem"
49+
x:Key="RecursiveData"
50+
DataType="TreeViewItem"
4951
ItemContainerStyle="{StaticResource ShinyTreeView}"
5052
ItemsSource="{Binding Items}">
5153
</HierarchicalDataTemplate>

0 commit comments

Comments
 (0)