mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 11:14:25 +00:00
Remove background color from TreeView in MainWindow.axaml
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user