Skip to content

Commit

Permalink
Code Quality: Follow up for #15876 (#15902)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa authored Jul 30, 2024
1 parent c2daeb5 commit d0d6195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Files.App/UserControls/AddressToolbar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
BorderBrush="Transparent"
IsChecked="{x:Bind MainPageViewModel.IsSidebarPaneOpen, Mode=TwoWay}"
ToolTipService.ToolTip="{helpers:ResourceString Name=ToggleSidebar}">
<AnimatedIcon Width="16">
<AnimatedIcon Width="14">
<AnimatedIcon.Source>
<animatedvisuals:AnimatedGlobalNavigationButtonVisualSource />
</AnimatedIcon.Source>
Expand Down Expand Up @@ -654,4 +654,4 @@
</VisualStateManager.VisualStateGroups>
</Grid>

</UserControl>
</UserControl>
2 changes: 1 addition & 1 deletion src/Files.App/Views/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private async Task AppRunningAsAdminPromptAsync()
UserSettingsService.ApplicationSettingsService.ShowRunningAsAdminPrompt = false;
}

// WINUI3
// WINUI3
private ContentDialog SetContentDialogRoot(ContentDialog contentDialog)
{
if (ApiInformation.IsApiContractPresent("Windows.Foundation.UniversalApiContract", 8))
Expand Down

0 comments on commit d0d6195

Please sign in to comment.