mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Remove background color from TreeView in MainWindow.axaml
This commit is contained in:
@@ -210,7 +210,6 @@
|
|||||||
<Grid ColumnDefinitions="*,5,4*">
|
<Grid ColumnDefinitions="*,5,4*">
|
||||||
<TreeView ItemsSource="{Binding TreeRoot, Mode=OneWay}"
|
<TreeView ItemsSource="{Binding TreeRoot, Mode=OneWay}"
|
||||||
SelectedItem="{Binding TreeViewSelectedItem, Mode=TwoWay}"
|
SelectedItem="{Binding TreeViewSelectedItem, Mode=TwoWay}"
|
||||||
Background="#111111"
|
|
||||||
BorderBrush="LightGray"
|
BorderBrush="LightGray"
|
||||||
BorderThickness="1"
|
BorderThickness="1"
|
||||||
CornerRadius="4">
|
CornerRadius="4">
|
||||||
|
|||||||
Reference in New Issue
Block a user