Skip to content

Commit a641b46

Browse files
authored
[CmdPal] Updating icon (#38184)
* Replacing dev icons * Replacing stable icons * Adding icon to UI * Replacing release assets * Adding svg * Minor margin tweak to app icon in searchbar * Update icon in Settings * Remove margin from settingswindow icon
1 parent 51e9e9d commit a641b46

File tree

166 files changed

+68
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+68
-6
lines changed
Binary file not shown.
Binary file not shown.

src/modules/cmdpal/Microsoft.CmdPal.UI/Pages/ShellPage.xaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@
137137

138138
<!-- Back button -->
139139
<StackPanel Orientation="Horizontal">
140-
<FontIcon
141-
Margin="20,0,4,0"
140+
<Image
141+
Width="20"
142+
Margin="20,0,6,0"
142143
HorizontalAlignment="Center"
143144
ui:VisualExtensions.NormalizedCenterPoint="0.5,0.5"
144145
AutomationProperties.AccessibilityView="Raw"
145-
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
146-
Glyph="&#xE721;"
146+
Source="ms-appx:///Assets/icon.svg"
147147
Visibility="{x:Bind ViewModel.CurrentPage.IsNested, Mode=OneWay, Converter={StaticResource BoolToInvertedVisibilityConverter}}">
148148
<animations:Implicit.ShowAnimations>
149149
<animations:OpacityAnimation
@@ -165,7 +165,7 @@
165165
To="0.5"
166166
Duration="0:0:0.350" />
167167
</animations:Implicit.HideAnimations>
168-
</FontIcon>
168+
</Image>
169169
<Button
170170
x:Name="BackButton"
171171
Margin="4,0,4,0"

src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/SettingsWindow.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Image
3636
Width="16"
3737
Height="16"
38-
Source="ms-appx:///Assets/StoreLogo.png" />
38+
Source="ms-appx:///Assets/icon.svg" />
3939
<TextBlock
4040
Margin="12,0,0,0"
4141
VerticalAlignment="Center"

0 commit comments

Comments
 (0)