File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 398
398
399
399
<TreeView x : Name =" ProjectTree"
400
400
Grid.Row=" 2"
401
- Background =" {StaticResource BackgroundLightBrush }"
401
+ Background =" {StaticResource BackgroundWhiteBrush }"
402
402
HorizontalContentAlignment =" Stretch"
403
403
ItemsSource =" {Binding Projects}"
404
404
ItemContainerStyle =" {StaticResource TreeViewContainerStyle}"
Original file line number Diff line number Diff line change 31
31
<Color x : Key =" CaptionHyperlinkVisitedColor" >#FFFF0000</Color >
32
32
<Color x : Key =" BackgroundDarkColor" >#FFA9A9A9</Color >
33
33
<Color x : Key =" BackgroundLightColor" >#FFF5F5F5</Color >
34
+ <Color x : Key =" BackgroundWhiteColor" >#FFFFFFFF</Color >
34
35
<Color x : Key =" BackgroundSoftColor" >#FFF8F8FF</Color >
35
36
<Color x : Key =" HeaderBackgroundDarkColor" >#FFA9A9A9</Color >
36
37
<Color x : Key =" TabSelectionUnderlineColor" >#FF0000FF</Color >
37
38
<Color x : Key =" GrayColor" >#FF696969</Color >
38
- <Color x : Key =" BlackColor" >#FFFFFFFF</Color >
39
- <Color x : Key =" WhiteColor" >#FF000000</Color >
39
+ <Color x : Key =" BlackColor" >#FFFFFFFF</Color > <!-- FIXME white is black... -->
40
+ <Color x : Key =" WhiteColor" >#FF000000</Color > <!-- FIXME black is white... -->
40
41
<Color x : Key =" BusyIndicatorFillColor" >#FF00569A</Color >
41
42
42
43
<Color x : Key =" ToolBarButtonHoverColor" >#210080FF</Color >
You can’t perform that action at this time.
0 commit comments