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 398398
399399 <TreeView x : Name =" ProjectTree"
400400 Grid.Row=" 2"
401- Background =" {StaticResource BackgroundLightBrush }"
401+ Background =" {StaticResource BackgroundWhiteBrush }"
402402 HorizontalContentAlignment =" Stretch"
403403 ItemsSource =" {Binding Projects}"
404404 ItemContainerStyle =" {StaticResource TreeViewContainerStyle}"
Original file line number Diff line number Diff line change 3131 <Color x : Key =" CaptionHyperlinkVisitedColor" >#FFFF0000</Color >
3232 <Color x : Key =" BackgroundDarkColor" >#FFA9A9A9</Color >
3333 <Color x : Key =" BackgroundLightColor" >#FFF5F5F5</Color >
34+ <Color x : Key =" BackgroundWhiteColor" >#FFFFFFFF</Color >
3435 <Color x : Key =" BackgroundSoftColor" >#FFF8F8FF</Color >
3536 <Color x : Key =" HeaderBackgroundDarkColor" >#FFA9A9A9</Color >
3637 <Color x : Key =" TabSelectionUnderlineColor" >#FF0000FF</Color >
3738 <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... -->
4041 <Color x : Key =" BusyIndicatorFillColor" >#FF00569A</Color >
4142
4243 <Color x : Key =" ToolBarButtonHoverColor" >#210080FF</Color >
You can’t perform that action at this time.
0 commit comments