File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed
Files/UserControls/NavigationToolbar Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 617
617
VerticalAlignment =" Stretch"
618
618
HorizontalContentAlignment =" Stretch"
619
619
VerticalContentAlignment =" Stretch"
620
- Background =" {ThemeResource TextControlBackground} "
620
+ Background =" Transparent "
621
621
CanReorderItems =" False"
622
622
IsItemClickEnabled =" True"
623
623
ItemClick =" PathViewInteract_ItemClick"
659
659
Grid.Row=" 2"
660
660
HorizontalAlignment =" Right"
661
661
Orientation =" Horizontal" >
662
+
663
+ <Button
664
+ Grid.Row=" 3"
665
+ Margin =" 0,0,4,0"
666
+ HorizontalAlignment =" Right"
667
+ Background =" Transparent"
668
+ FontFamily =" Segoe MDL2 Assets"
669
+ Visibility =" Visible" >
670
+ <Button .Content>
671
+ <FontIcon FontSize =" 14" Glyph ="  " />
672
+ </Button .Content>
673
+
674
+
675
+ </Button >
676
+
677
+ <Button
678
+ Grid.Row=" 3"
679
+ Margin =" 0,0,4,0"
680
+ HorizontalAlignment =" Right"
681
+ Background =" Transparent"
682
+ FontFamily =" Segoe MDL2 Assets"
683
+ Visibility =" Visible" >
684
+ <Button .Content>
685
+ <FontIcon FontSize =" 14" Glyph ="  " />
686
+ </Button .Content>
687
+
688
+
689
+ </Button >
690
+
662
691
<AutoSuggestBox
663
692
x : Name =" SearchReigon"
664
693
Grid.Row=" 2"
684
713
<MenuFlyout Placement =" BottomEdgeAlignedRight" >
685
714
<MenuFlyoutItem x : Uid =" NavigationToolbarNewTab" Text =" New Tab" />
686
715
<MenuFlyoutItem Text =" New Window" />
716
+ <MenuFlyoutItem Text =" Copy Path" />
687
717
<MenuFlyoutSeparator />
688
- <MenuFlyoutItem Text =" Settings" />
718
+ <MenuFlyoutItem Text =" Paste" />
719
+ <MenuFlyoutItem Text =" Open in Terminal..." />
689
720
</MenuFlyout >
690
721
</Button .Flyout>
691
722
You can’t perform that action at this time.
0 commit comments