File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 252
252
BorderBrush=" Transparent"
253
253
IsChecked=" {x:Bind MainPageViewModel.IsSidebarPaneOpen, Mode=TwoWay}"
254
254
ToolTipService.ToolTip=" {helpers:ResourceString Name=ToggleSidebar}" >
255
- <AnimatedIcon Width =" 16 " >
255
+ <AnimatedIcon Width =" 14 " >
256
256
<AnimatedIcon .Source>
257
257
<animatedvisuals : AnimatedGlobalNavigationButtonVisualSource />
258
258
</AnimatedIcon .Source>
654
654
</VisualStateManager .VisualStateGroups>
655
655
</Grid >
656
656
657
- </UserControl >
657
+ </UserControl >
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ private async Task AppRunningAsAdminPromptAsync()
105
105
UserSettingsService . ApplicationSettingsService . ShowRunningAsAdminPrompt = false ;
106
106
}
107
107
108
- // WINUI3
108
+ // WINUI3
109
109
private ContentDialog SetContentDialogRoot ( ContentDialog contentDialog )
110
110
{
111
111
if ( ApiInformation . IsApiContractPresent ( "Windows.Foundation.UniversalApiContract" , 8 ) )
You can’t perform that action at this time.
0 commit comments