|
24 | 24 | x:Uid="BaseLayoutContextFlyoutSortBy" |
25 | 25 | Text="Sort by"> |
26 | 26 | <MenuFlyoutSubItem.Icon> |
27 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 27 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
28 | 28 | </MenuFlyoutSubItem.Icon> |
29 | 29 | <muxc:RadioMenuFlyoutItem |
30 | 30 | x:Uid="BaseLayoutContextFlyoutSortByName" |
|
63 | 63 | Click="{x:Bind local:NavigationActions.Refresh_Click}" |
64 | 64 | Text="Refresh"> |
65 | 65 | <MenuFlyoutItem.Icon> |
66 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 66 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
67 | 67 | </MenuFlyoutItem.Icon> |
68 | 68 | </MenuFlyoutItem> |
69 | 69 | <MenuFlyoutSeparator /> |
|
74 | 74 | IsEnabled="{x:Bind local:App.InteractionViewModel.IsPasteEnabled, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" |
75 | 75 | Text="Paste"> |
76 | 76 | <MenuFlyoutItem.Icon> |
77 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 77 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
78 | 78 | </MenuFlyoutItem.Icon> |
79 | 79 | </MenuFlyoutItem> |
80 | 80 | <MenuFlyoutSeparator /> |
|
94 | 94 | x:Uid="BaseLayoutContextFlyoutNew" |
95 | 95 | Text="New"> |
96 | 96 | <MenuFlyoutSubItem.Icon> |
97 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 97 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
98 | 98 | </MenuFlyoutSubItem.Icon> |
99 | 99 | <MenuFlyoutItem |
100 | 100 | x:Name="NewFolder" |
101 | 101 | x:Uid="BaseLayoutContextFlyoutNewFolder" |
102 | 102 | Click="{x:Bind local:App.CurrentInstance.InteractionOperations.NewFolder_Click}" |
103 | 103 | Text="Folder"> |
104 | 104 | <MenuFlyoutItem.Icon> |
105 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 105 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
106 | 106 | </MenuFlyoutItem.Icon> |
107 | 107 | </MenuFlyoutItem> |
108 | 108 | <MenuFlyoutSeparator /> |
|
113 | 113 | IsEnabled="{x:Bind InstanceViewModel.CanCreateFileInPage, Mode=OneWay}" |
114 | 114 | Text="Bitmap Image"> |
115 | 115 | <MenuFlyoutItem.Icon> |
116 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 116 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
117 | 117 | </MenuFlyoutItem.Icon> |
118 | 118 | </MenuFlyoutItem> |
119 | 119 | <MenuFlyoutItem |
|
123 | 123 | IsEnabled="{x:Bind InstanceViewModel.CanCreateFileInPage, Mode=OneWay}" |
124 | 124 | Text="Text Document"> |
125 | 125 | <MenuFlyoutItem.Icon> |
126 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 126 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
127 | 127 | </MenuFlyoutItem.Icon> |
128 | 128 | </MenuFlyoutItem> |
129 | 129 | </MenuFlyoutSubItem> |
|
134 | 134 | Click="{x:Bind local:App.CurrentInstance.InteractionOperations.PinDirectoryToSidebar}" |
135 | 135 | Text="Pin directory to sidebar"> |
136 | 136 | <MenuFlyoutItem.Icon> |
137 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 137 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
138 | 138 | </MenuFlyoutItem.Icon> |
139 | 139 | </MenuFlyoutItem> |
140 | 140 | <MenuFlyoutItem |
|
143 | 143 | Click="{x:Bind local:App.CurrentInstance.InteractionOperations.ShowFolderPropertiesButton_Click}" |
144 | 144 | Text="Properties"> |
145 | 145 | <MenuFlyoutItem.Icon> |
146 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 146 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
147 | 147 | </MenuFlyoutItem.Icon> |
148 | 148 | </MenuFlyoutItem> |
149 | 149 | </MenuFlyout> |
|
154 | 154 | x:Uid="BaseLayoutContextFlyoutSortBy" |
155 | 155 | Text="Sort by"> |
156 | 156 | <MenuFlyoutSubItem.Icon> |
157 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 157 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
158 | 158 | </MenuFlyoutSubItem.Icon> |
159 | 159 | <muxc:RadioMenuFlyoutItem |
160 | 160 | x:Uid="BaseLayoutContextFlyoutSortByName" |
|
194 | 194 | Click="{x:Bind local:NavigationActions.Refresh_Click}" |
195 | 195 | Text="Refresh"> |
196 | 196 | <MenuFlyoutItem.Icon> |
197 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 197 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
198 | 198 | </MenuFlyoutItem.Icon> |
199 | 199 | </MenuFlyoutItem> |
200 | 200 | <MenuFlyoutSeparator /> |
|
222 | 222 | Tag="Extract_FlyoutItem" |
223 | 223 | Text="Extract"> |
224 | 224 | <MenuFlyoutItem.Icon> |
225 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 225 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
226 | 226 | </MenuFlyoutItem.Icon> |
227 | 227 | </MenuFlyoutItem> |
228 | 228 | <MenuFlyoutItem |
|
233 | 233 | Tag="Open_FlyoutItem" |
234 | 234 | Text="Open"> |
235 | 235 | <MenuFlyoutItem.Icon> |
236 | | - <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph=""/> |
| 236 | + <FontIcon FontFamily="{StaticResource FluentUIGlyphs}" Glyph="" /> |
237 | 237 | </MenuFlyoutItem.Icon> |
238 | 238 | </MenuFlyoutItem> |
239 | 239 | <MenuFlyoutItem |
|
488 | 488 | </Viewbox> |
489 | 489 | </Grid> |
490 | 490 | </Grid> |
491 | | - <Grid MaxWidth="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
492 | | - HorizontalAlignment="Center" |
493 | | - Grid.Row="1" |
494 | | - Margin="5,0,5,10"> |
| 491 | + <Grid |
| 492 | + Grid.Row="1" |
| 493 | + MaxWidth="{x:Bind local:App.AppSettings.GridViewSize, Mode=OneWay}" |
| 494 | + Margin="5,0,5,10" |
| 495 | + HorizontalAlignment="Center"> |
495 | 496 | <Grid.ColumnDefinitions> |
496 | | - <ColumnDefinition Width="Auto"/> |
497 | | - <ColumnDefinition Width="*"/> |
| 497 | + <ColumnDefinition Width="Auto" /> |
| 498 | + <ColumnDefinition Width="*" /> |
498 | 499 | </Grid.ColumnDefinitions> |
499 | 500 | <FontIcon |
500 | 501 | x:Name="CloudDriveSyncStatusGlyph" |
501 | 502 | Grid.Column="0" |
| 503 | + Margin="0,0,5,0" |
502 | 504 | VerticalAlignment="Stretch" |
| 505 | + x:Load="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}" |
503 | 506 | FontFamily="Segoe MDL2 Assets" |
504 | 507 | FontSize="18" |
505 | | - Margin="0,0,5,0" |
506 | | - x:Load="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}" |
507 | | - Glyph="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Glyph, Mode=OneWay}" |
508 | | - Foreground="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Foreground, Mode=OneWay}"/> |
| 508 | + Foreground="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Foreground, Mode=OneWay}" |
| 509 | + Glyph="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Glyph, Mode=OneWay}" /> |
509 | 510 | <TextBlock |
510 | | - Grid.Column="1" |
511 | 511 | x:Name="ItemName" |
512 | | - Text="{x:Bind ItemName}" |
| 512 | + Grid.Column="1" |
513 | 513 | HorizontalAlignment="Stretch" |
514 | 514 | VerticalAlignment="Stretch" |
| 515 | + Text="{x:Bind ItemName}" |
515 | 516 | TextTrimming="CharacterEllipsis" |
516 | | - TextWrapping="NoWrap"/> |
| 517 | + TextWrapping="NoWrap" /> |
517 | 518 | </Grid> |
518 | 519 | <Popup |
519 | 520 | x:Name="EditPopup" |
|
551 | 552 | Tag="ItemRoot" |
552 | 553 | ToolTipService.ToolTip="{x:Bind ItemName}"> |
553 | 554 | <Grid.ColumnDefinitions> |
554 | | - <ColumnDefinition Width="Auto"/> |
555 | | - <ColumnDefinition Width="90"/> |
556 | | - <ColumnDefinition Width="*"/> |
| 555 | + <ColumnDefinition Width="Auto" /> |
| 556 | + <ColumnDefinition Width="90" /> |
| 557 | + <ColumnDefinition Width="*" /> |
557 | 558 | </Grid.ColumnDefinitions> |
558 | 559 | <FontIcon |
| 560 | + x:Name="CloudDriveSyncStatusGlyph" |
559 | 561 | Grid.Column="0" |
560 | 562 | Margin="10,0,0,0" |
561 | | - x:Name="CloudDriveSyncStatusGlyph" |
562 | | - FontFamily="Segoe MDL2 Assets" |
563 | | - Glyph="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Glyph, Mode=OneWay}" |
564 | 563 | x:Load="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).LoadSyncStatus, Mode=OneWay}" |
565 | | - Foreground="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Foreground, Mode=OneWay}" /> |
| 564 | + FontFamily="Segoe MDL2 Assets" |
| 565 | + Foreground="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Foreground, Mode=OneWay}" |
| 566 | + Glyph="{x:Bind ((local2:CloudDriveSyncStatusUI)SyncStatusUI).Glyph, Mode=OneWay}" /> |
566 | 567 | <Grid |
567 | 568 | Grid.Column="1" |
568 | 569 | Height="Auto" |
|
600 | 601 | x:Load="{x:Bind LoadUnknownTypeGlyph, Mode=OneWay}"> |
601 | 602 | <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> |
602 | 603 | <FontIcon |
603 | | - FontFamily="Segoe MDL2 Assets" |
| 604 | + FontFamily="{StaticResource FluentUIGlyphs}" |
604 | 605 | FontSize="74" |
605 | | - Glyph="" /> |
| 606 | + Glyph="" /> |
606 | 607 | </Grid> |
607 | 608 | </Grid> |
608 | 609 | </Grid> |
|
0 commit comments