Skip to content

Commit d0d6195

Browse files
authored
Code Quality: Follow up for #15876 (#15902)
1 parent c2daeb5 commit d0d6195

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Files.App/UserControls/AddressToolbar.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
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>
@@ -654,4 +654,4 @@
654654
</VisualStateManager.VisualStateGroups>
655655
</Grid>
656656

657-
</UserControl>
657+
</UserControl>

src/Files.App/Views/MainPage.xaml.cs

+1-1
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)