File tree Expand file tree Collapse file tree 6 files changed +313
-331
lines changed Expand file tree Collapse file tree 6 files changed +313
-331
lines changed Original file line number Diff line number Diff line change 98
98
</PackageReference >
99
99
<PackageReference Include =" PropertyChanged.Fody" Version =" 3.4.0" />
100
100
<PackageReference Include =" SharpVectors" Version =" 1.7.6" />
101
+ <PackageReference Include =" VirtualizingWrapPanel" Version =" 1.5.7" />
101
102
</ItemGroup >
102
103
103
104
<ItemGroup >
120
121
<!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
121
122
122
123
<ItemGroup >
123
- <FilteredAnalyzer Include =" @(Analyzer-> Distinct())" />
124
+ <FilteredAnalyzer Include =" @(Analyzer-> Distinct())" />
124
125
<Analyzer Remove =" @(Analyzer)" />
125
126
<Analyzer Include =" @(FilteredAnalyzer)" />
126
127
</ItemGroup >
Original file line number Diff line number Diff line change 69
69
<SolidColorBrush x : Key =" CustomContextDisabled" Color =" #868686" />
70
70
<SolidColorBrush x : Key =" ContextSeparator" Color =" #3c3c3c" />
71
71
72
+ <SolidColorBrush x : Key =" HoverStoreGrid2" >#272727</SolidColorBrush >
73
+
72
74
<Color x : Key =" Color01" >#202020</Color >
73
75
<Color x : Key =" Color02" >#2b2b2b</Color >
74
76
<Color x : Key =" Color03" >#1d1d1d</Color >
Original file line number Diff line number Diff line change 62
62
<SolidColorBrush x : Key =" CustomContextDisabled" Color =" #868686" />
63
63
<SolidColorBrush x : Key =" ContextSeparator" Color =" #dadada" />
64
64
65
+ <SolidColorBrush x : Key =" HoverStoreGrid2" >#f6f6f6</SolidColorBrush >
66
+
65
67
<Color x : Key =" Color01" >#f3f3f3</Color >
66
68
<Color x : Key =" Color02" >#ffffff</Color >
67
69
<Color x : Key =" Color03" >#e5e5e5</Color >
You can’t perform that action at this time.
0 commit comments