aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Themes
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Themes')
-rw-r--r--Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Themes/TreeViewItem.xaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Themes/TreeViewItem.xaml b/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Themes/TreeViewItem.xaml
index f76c133d6..233c0c9da 100644
--- a/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Themes/TreeViewItem.xaml
+++ b/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Themes/TreeViewItem.xaml
@@ -6,7 +6,7 @@
<Setter Property="Background" Value="{DynamicResource TreeBackgroundColor}"/>
<Setter Property="BorderBrush" Value="{DynamicResource ListBorder}"/>
<Setter Property="BorderThickness" Value="1"/>
- <Setter Property="Padding" Value="1"/>
+ <Setter Property="Padding" Value="1,0,1,1"/>
<Setter Property="Foreground" Value="{DynamicResource ControlTextBrush}"/>
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Auto"/>
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto"/>
@@ -102,6 +102,7 @@
<Setter Property="Padding" Value="4,0,0,0"/>
<Setter Property="Foreground" Value="{DynamicResource ControlTextBrush}"/>
<Setter Property="FocusVisualStyle" Value="{StaticResource TreeViewItemFocusVisual}"/>
+
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TreeViewItem}">