Skip to content

Commit 7b059c1

Browse files
committed
Removed Bloom as a stock imnage in ColorAnalyer sample
1 parent c3b89d1 commit 7b059c1

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
-269 KB
Binary file not shown.
214 KB
Loading

components/ColorAnalyzer/samples/ColorAnalyzer.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Sets this up as a toolkit component's sample project -->
99
<Import Project="$(ToolingDirectory)\ToolkitComponent.SampleProject.props" />
1010
<ItemGroup>
11-
<Content Include="Assets\StockImages\Bloom.jpg">
11+
<Content Include="Assets\StockImages\Flowers.jpg">
1212
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1313
</Content>
1414
<Content Include="Assets\StockImages\Headphones.jpg">

components/ColorAnalyzer/samples/ImageOptionsPane.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public ImageOptionsPane(AccentAnalyzerSample sample)
2121

2222
_sample = new AccentAnalyzerSample.XamlNamedPropertyRelay(sample);
2323

24-
string[] images = ["Bloom.jpg", "Headphones.jpg", "Paint.jpg"];
24+
string[] images = ["Flowers.jpg", "Headphones.jpg", "Paint.jpg"];
2525
StockImages = images.Select(x => $"ms-appx:///Assets/StockImages/{x}").ToList();
2626
}
2727

0 commit comments

Comments
 (0)