feat: improve TreeViewItem padding.

This commit is contained in:
rabbitism
2023-03-26 18:15:59 +08:00
parent 6885575c85
commit 016160dee8
4 changed files with 11 additions and 8 deletions

View File

@@ -21,5 +21,5 @@
<SolidColorBrush x:Key="TreeViewItemSelectedDisabledBackground" Opacity="0.04" Color="#E6E8EA" />
<Thickness x:Key="TreeViewItemIconMargin">8 0</Thickness>
<Thickness x:Key="TreeViewItemPadding">0 4 0 4</Thickness>
<Thickness x:Key="TreeViewItemPadding">0 4 8 4</Thickness>
</ResourceDictionary>