File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 252252 BorderBrush=" Transparent"
253253 IsChecked=" {x:Bind MainPageViewModel.IsSidebarPaneOpen, Mode=TwoWay}"
254254 ToolTipService.ToolTip=" {helpers:ResourceString Name=ToggleSidebar}" >
255- <AnimatedIcon Width =" 16 " >
255+ <AnimatedIcon Width =" 14 " >
256256 <AnimatedIcon .Source>
257257 <animatedvisuals : AnimatedGlobalNavigationButtonVisualSource />
258258 </AnimatedIcon .Source>
654654 </VisualStateManager .VisualStateGroups>
655655 </Grid >
656656
657- </UserControl >
657+ </UserControl >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ private async Task AppRunningAsAdminPromptAsync()
105105 UserSettingsService . ApplicationSettingsService . ShowRunningAsAdminPrompt = false ;
106106 }
107107
108- // WINUI3
108+ // WINUI3
109109 private ContentDialog SetContentDialogRoot ( ContentDialog contentDialog )
110110 {
111111 if ( ApiInformation . IsApiContractPresent ( "Windows.Foundation.UniversalApiContract" , 8 ) )
You can’t perform that action at this time.
0 commit comments