Remove background color from TreeView in MainWindow.axaml

This commit is contained in:
2025-12-15 00:45:17 +00:00
parent d51f55a732
commit d4b88664fa

View File

@@ -210,7 +210,6 @@
<Grid ColumnDefinitions="*,5,4*">
<TreeView ItemsSource="{Binding TreeRoot, Mode=OneWay}"
SelectedItem="{Binding TreeViewSelectedItem, Mode=TwoWay}"
Background="#111111"
BorderBrush="LightGray"
BorderThickness="1"
CornerRadius="4">