|
496 | 496 | FontSize="16"
|
497 | 497 | FontWeight="Normal"
|
498 | 498 | Text="{Binding Title}" />
|
499 |
| - <FontIcon FontSize="10" Glyph="" /> |
500 |
| - </StackPanel> |
501 |
| - </Grid> |
502 |
| - </DataTemplate> |
| 499 | + <FontIcon FontSize="10" FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
| 500 | + </StackPanel> |
| 501 | + </Grid> |
| 502 | + </DataTemplate> |
503 | 503 |
|
504 | 504 | <DataTemplate x:Name="CurrentItem">
|
505 | 505 | <Grid
|
|
512 | 512 | FontSize="16"
|
513 | 513 | FontWeight="Medium"
|
514 | 514 | Text="{Binding Title}" />
|
515 |
| - <FontIcon FontSize="10" Glyph="" /> |
516 |
| - </StackPanel> |
517 |
| - </Grid> |
518 |
| - </DataTemplate> |
| 515 | + <FontIcon FontSize="10" FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
| 516 | + </StackPanel> |
| 517 | + </Grid> |
| 518 | + </DataTemplate> |
519 | 519 | </ResourceDictionary>
|
520 | 520 | </ResourceDictionary.MergedDictionaries>
|
521 | 521 | </ResourceDictionary>
|
|
538 | 538 | x:Uid="NavBackButton"
|
539 | 539 | Width="34"
|
540 | 540 | Height="30"
|
| 541 | + FontSize="18" |
| 542 | + Padding="0" |
541 | 543 | Margin="4,0,2,0"
|
542 | 544 | x:FieldModifier="public"
|
543 | 545 | Background="Transparent"
|
544 | 546 | Click="{x:Bind local1:NavigationActions.Back_Click}"
|
545 | 547 | CornerRadius="2"
|
546 |
| - FontFamily="Segoe MDL2 Assets" |
| 548 | + FontFamily="{StaticResource FluentUIGlyphs}" |
547 | 549 | IsEnabled="{x:Bind local1:App.CurrentInstance.NavigationToolbar.CanGoBack}"
|
548 | 550 | Style="{StaticResource ToolBarButtonStyle}"
|
549 | 551 | ToolTipService.ToolTip="Back (Alt + Left Arrow)">
|
550 | 552 | <Button.Content>
|
551 |
| -  |
| 553 | +  |
552 | 554 | </Button.Content>
|
553 | 555 | <Button.KeyboardAccelerators>
|
554 | 556 | <KeyboardAccelerator Key="XButton1" />
|
|
561 | 563 | x:Uid="NavForwardButton"
|
562 | 564 | Width="34"
|
563 | 565 | Height="30"
|
| 566 | + FontSize="18" |
| 567 | + Padding="0" |
564 | 568 | Margin="2,0,2,0"
|
565 | 569 | x:FieldModifier="public"
|
566 | 570 | Background="Transparent"
|
567 | 571 | Click="{x:Bind local1:NavigationActions.Forward_Click}"
|
568 | 572 | CornerRadius="2"
|
569 |
| - FontFamily="Segoe MDL2 Assets" |
| 573 | + FontFamily="{StaticResource FluentUIGlyphs}" |
570 | 574 | IsEnabled="{x:Bind local1:App.CurrentInstance.NavigationToolbar.CanGoForward}"
|
571 | 575 | Style="{StaticResource ToolBarButtonStyle}"
|
572 | 576 | ToolTipService.ToolTip="Forward (Alt + Right Arrow)">
|
573 | 577 | <Button.Content>
|
574 |
| -  |
| 578 | +  |
575 | 579 | </Button.Content>
|
576 | 580 | <Button.KeyboardAccelerators>
|
577 | 581 | <KeyboardAccelerator Key="XButton2" />
|
|
588 | 592 | Background="Transparent"
|
589 | 593 | Click="{x:Bind local1:NavigationActions.Up_Click}"
|
590 | 594 | CornerRadius="2"
|
591 |
| - FontFamily="Segoe MDL2 Assets" |
| 595 | + Padding="0" |
| 596 | + FontSize="18" |
| 597 | + FontFamily="{StaticResource FluentUIGlyphs}" |
592 | 598 | Style="{StaticResource ToolBarButtonStyle}"
|
593 | 599 | ToolTipService.ToolTip="Up (Alt + Up Arrow)"
|
594 | 600 | Visibility="Visible">
|
595 | 601 | <Button.Content>
|
596 |
| -  |
| 602 | +  |
597 | 603 | </Button.Content>
|
598 | 604 | <Button.KeyboardAccelerators>
|
599 | 605 | <KeyboardAccelerator Key="Up" Modifiers="Menu" />
|
|
610 | 616 | Background="Transparent"
|
611 | 617 | Click="{x:Bind local1:NavigationActions.Refresh_Click}"
|
612 | 618 | CornerRadius="2"
|
613 |
| - FontFamily="Segoe MDL2 Assets" |
| 619 | + Padding="0" |
| 620 | + FontSize="18" |
| 621 | + FontFamily="{StaticResource FluentUIGlyphs}" |
614 | 622 | Style="{StaticResource ToolBarButtonStyle}"
|
615 | 623 | ToolTipService.ToolTip="Refresh (F5)">
|
616 | 624 | <Button.Content>
|
617 |
| -  |
| 625 | +  |
618 | 626 | </Button.Content>
|
619 | 627 | <Button.KeyboardAccelerators>
|
620 | 628 | <KeyboardAccelerator Key="F5" />
|
|
700 | 708 | Grid.Row="3"
|
701 | 709 | Width="34"
|
702 | 710 | Height="30"
|
| 711 | + Padding="0" |
703 | 712 | Margin="0,0,4,0"
|
704 | 713 | HorizontalAlignment="Right"
|
705 | 714 | x:Load="{x:Bind local1:App.CurrentInstance.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}"
|
|
711 | 720 | ToolTipService.ToolTip="Create a new item (Ctrl + Shift + N)"
|
712 | 721 | Visibility="Visible">
|
713 | 722 | <Button.Content>
|
714 |
| - <FontIcon FontSize="14" Glyph="" /> |
| 723 | + <FontIcon FontSize="18" FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
715 | 724 | </Button.Content>
|
716 | 725 | <Button.Flyout>
|
717 | 726 | <MenuFlyout Placement="BottomEdgeAlignedRight">
|
|
720 | 729 | Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.NewFolder_Click}"
|
721 | 730 | Text="Folder">
|
722 | 731 | <MenuFlyoutItem.Icon>
|
723 |
| - <FontIcon Glyph="" /> |
| 732 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
724 | 733 | </MenuFlyoutItem.Icon>
|
725 | 734 | </MenuFlyoutItem>
|
726 | 735 | <MenuFlyoutSeparator />
|
|
730 | 739 | IsEnabled="{x:Bind local1:App.CurrentInstance.InstanceViewModel.CanCreateFileInPage, Mode=OneWay}"
|
731 | 740 | Text="Bitmap Image">
|
732 | 741 | <MenuFlyoutItem.Icon>
|
733 |
| - <FontIcon Glyph="" /> |
| 742 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
734 | 743 | </MenuFlyoutItem.Icon>
|
735 | 744 | </MenuFlyoutItem>
|
736 | 745 | <MenuFlyoutItem
|
|
739 | 748 | IsEnabled="{x:Bind local1:App.CurrentInstance.InstanceViewModel.CanCreateFileInPage, Mode=OneWay}"
|
740 | 749 | Text="Text Document">
|
741 | 750 | <MenuFlyoutItem.Icon>
|
742 |
| - <FontIcon Glyph="" /> |
| 751 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
743 | 752 | </MenuFlyoutItem.Icon>
|
744 | 753 | </MenuFlyoutItem>
|
745 | 754 | </MenuFlyout>
|
|
760 | 769 | ToolTipService.ToolTip="Search"
|
761 | 770 | Visibility="Visible">
|
762 | 771 | <Button.Content>
|
763 |
| - <FontIcon FontSize="14" Glyph="" /> |
| 772 | + <FontIcon FontSize="18" FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
764 | 773 | </Button.Content>
|
765 | 774 | </Button>
|
766 | 775 |
|
|
799 | 808 | Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.OpenNewTab}"
|
800 | 809 | Text="New Tab">
|
801 | 810 | <MenuFlyoutItem.Icon>
|
802 |
| - <FontIcon FontFamily="{StaticResource CustomGlyph}" Glyph="" /> |
| 811 | + <FontIcon FontFamily="{StaticResource CustomGlyph}" Glyph="" /> |
803 | 812 | </MenuFlyoutItem.Icon>
|
804 | 813 | </MenuFlyoutItem>
|
805 | 814 | <MenuFlyoutItem
|
806 | 815 | x:Uid="NavigationToolbarNewWindow"
|
807 | 816 | Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.LaunchNewWindow}"
|
808 | 817 | Text="New Window">
|
809 | 818 | <MenuFlyoutItem.Icon>
|
810 |
| - <FontIcon Glyph="" /> |
| 819 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
811 | 820 | </MenuFlyoutItem.Icon>
|
812 | 821 | </MenuFlyoutItem>
|
813 | 822 | <MenuFlyoutItem
|
|
817 | 826 | Click="{x:Bind local1:App.CurrentInstance.InteractionOperations.GetPath_Click}"
|
818 | 827 | Text="Copy Path">
|
819 | 828 | <MenuFlyoutItem.Icon>
|
820 |
| - <FontIcon Glyph="" /> |
| 829 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
821 | 830 | </MenuFlyoutItem.Icon>
|
822 | 831 | </MenuFlyoutItem>
|
823 | 832 | <MenuFlyoutSeparator x:Name="SeparatorBar" x:Load="{x:Bind local1:App.CurrentInstance.InstanceViewModel.IsPageTypeNotHome, Mode=OneWay}" />
|
|
829 | 838 | IsEnabled="{x:Bind local1:App.InteractionViewModel.IsPasteEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
|
830 | 839 | Text="Paste">
|
831 | 840 | <MenuFlyoutItem.Icon>
|
832 |
| - <FontIcon Glyph="" /> |
| 841 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
833 | 842 | </MenuFlyoutItem.Icon>
|
834 | 843 | </MenuFlyoutItem>
|
835 | 844 | <MenuFlyoutItem
|
|
0 commit comments