File tree Expand file tree Collapse file tree 10 files changed +9
-13
lines changed Expand file tree Collapse file tree 10 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 4
4
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" >
5
5
<Application .Resources>
6
6
<ResourceDictionary >
7
- <FontFamily x : Key =" CustomLayoutModeIcon" >/Assets/Custom Glyphs/layout-mode-custom-icon.ttf#layout-mode-custom-icon</FontFamily >
8
- <FontFamily x : Key =" CustomNewTabIcon" >/Assets/Custom Glyphs/newtab-icon.ttf#newtab-icon</FontFamily >
7
+ <FontFamily x : Key =" CustomGlyph" >/Assets/Custom Glyphs/Custom-Glyphs.ttf#Custom-Glyphs</FontFamily >
9
8
<FontFamily x : Key =" RecycleBinIcons" >/Assets/Custom Glyphs/recyclebin-fabric-glyph.ttf#Fabric MDL2 Assets</FontFamily >
10
9
<ResourceDictionary .MergedDictionaries>
11
10
<XamlControlsResources xmlns =" using:Microsoft.UI.Xaml.Controls" />
Original file line number Diff line number Diff line change 287
287
<Content Include =" Assets\LargeTile.scale-200.png" />
288
288
<Content Include =" Assets\LargeTile.scale-400.png" />
289
289
<Content Include =" Assets\logo.bmp" />
290
- <Content Include =" Assets\Custom Glyphs\layout-mode-custom-icon.ttf" >
291
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
292
- </Content >
293
290
<Content Include =" Assets\Custom Glyphs\recyclebin-fabric-glyph.ttf" >
294
291
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
295
292
</Content >
296
- <Content Include =" Assets\Custom Glyphs\newtab-icon .ttf" >
293
+ <Content Include =" Assets\Custom Glyphs\Custom-Glyphs .ttf" >
297
294
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
298
295
</Content >
299
296
<None Include =" Assets\terminal\terminal.json" >
Original file line number Diff line number Diff line change 787
787
Click =" {x:Bind local1:App.CurrentInstance.InteractionOperations.OpenNewTab}"
788
788
Text =" New Tab" >
789
789
<MenuFlyoutItem .Icon>
790
- <FontIcon FontFamily =" {StaticResource CustomNewTabIcon }" Glyph ="  " />
790
+ <FontIcon FontFamily =" {StaticResource CustomGlyph }" Glyph ="  " />
791
791
</MenuFlyoutItem .Icon>
792
792
</MenuFlyoutItem >
793
793
<MenuFlyoutItem
Original file line number Diff line number Diff line change 153
153
Click =" OpenInNewTab_Click"
154
154
Text =" Open in new tab" >
155
155
<MenuFlyoutItem .Icon>
156
- <FontIcon FontFamily =" {StaticResource CustomNewTabIcon }" Glyph ="  " />
156
+ <FontIcon FontFamily =" {StaticResource CustomGlyph }" Glyph ="  " />
157
157
</MenuFlyoutItem .Icon>
158
158
</MenuFlyoutItem >
159
159
<MenuFlyoutItem
Original file line number Diff line number Diff line change 200
200
Tag =" OpenTab_FlyoutItem"
201
201
Text =" Open in new tab" >
202
202
<MenuFlyoutItem .Icon>
203
- <FontIcon FontFamily =" {StaticResource CustomNewTabIcon }" Glyph ="  " />
203
+ <FontIcon FontFamily =" {StaticResource CustomGlyph }" Glyph ="  " />
204
204
</MenuFlyoutItem .Icon>
205
205
</MenuFlyoutItem >
206
206
<MenuFlyoutItem
Original file line number Diff line number Diff line change 196
196
Tag =" OpenTab_FlyoutItem"
197
197
Text =" Open in new tab" >
198
198
<MenuFlyoutItem .Icon>
199
- <FontIcon FontFamily =" {StaticResource CustomNewTabIcon }" Glyph ="  " />
199
+ <FontIcon FontFamily =" {StaticResource CustomGlyph }" Glyph ="  " />
200
200
</MenuFlyoutItem .Icon>
201
201
</MenuFlyoutItem >
202
202
<MenuFlyoutItem
Original file line number Diff line number Diff line change 97
97
HorizontalAlignment =" Left"
98
98
VerticalAlignment =" Stretch"
99
99
x : Load =" {x:Bind ViewModel.LoadCombinedItemsGlyph, Mode=OneWay}"
100
- FontFamily =" Segoe MDL2 Assets "
101
- FontSize =" 70 "
102
- Glyph ="  ; " />
100
+ FontFamily =" {StaticResource CustomGlyph} "
101
+ FontSize =" 72 "
102
+ Glyph ="  ; " />
103
103
<FontIcon
104
104
x : Name =" DriveItemIcon"
105
105
HorizontalAlignment =" Center"
You can’t perform that action at this time.
0 commit comments