Skip to content

Commit cdad7a6

Browse files
committed
Local image paths
1 parent ecb0216 commit cdad7a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

labs/SettingsControls/samples/SettingsControls.Samples/SettingsCardSample.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
22
<Page x:Class="SettingsControlsExperiment.Samples.SettingsCardSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -29,7 +29,7 @@
2929
IsEnabled="{x:Bind IsCardEnabled, Mode=OneWay}">
3030
<labs:SettingsCard.HeaderIcon>
3131
<BitmapIcon ShowAsMonochrome="False"
32-
UriSource="https://raw.githubusercontent.com/microsoft/PowerToys/main/src/settings-ui/Settings.UI/Assets/FluentIcons/FluentIconsImageResizer.png" />
32+
UriSource="ms-appx:///Assets/AppTitleBar.scale-200.png" />
3333
</labs:SettingsCard.HeaderIcon>
3434
<ToggleSwitch />
3535
</labs:SettingsCard>

labs/SettingsControls/samples/SettingsControls.Samples/SettingsPageExample.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
22
<Page x:Class="SettingsControlsExperiment.Samples.SettingsPageExample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -89,7 +89,7 @@
8989
Header="Community Toolkit Gallery">
9090
<labs:SettingsExpander.HeaderIcon>
9191
<BitmapIcon ShowAsMonochrome="False"
92-
UriSource="https://raw.githubusercontent.com/CommunityToolkit/Labs-Windows/main/common/CommunityToolkit.Labs.Shared/Assets/AppTitleBar.scale-200.png" />
92+
UriSource="ms-appx:///Assets/AppTitleBar.scale-200.png" />
9393
</labs:SettingsExpander.HeaderIcon>
9494
<TextBlock win:IsTextSelectionEnabled="True"
9595
Style="{StaticResource CaptionTextBlockStyle}"

0 commit comments

Comments
 (0)