Skip to content

Commit 076ffe4

Browse files
committed
Spacing
1 parent c873d88 commit 076ffe4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/Files.App/Views/Properties/MainPropertiesPage.xaml.cs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
// Copyright (c) Files Community
22
// Licensed under the MIT License.
33

4-
using Windows.Graphics;
54
using Files.App.ViewModels.Properties;
6-
using Microsoft.UI;
5+
using Microsoft.UI.Input;
76
using Microsoft.UI.Windowing;
87
using Microsoft.UI.Xaml;
9-
using Microsoft.UI.Xaml.Controls;
108
using Microsoft.UI.Xaml.Input;
119
using Microsoft.UI.Xaml.Navigation;
10+
using Windows.Graphics;
1211
using Windows.System;
13-
using Windows.UI;
14-
using Microsoft.UI.Input;
1512

1613
namespace Files.App.Views.Properties
1714
{
@@ -33,7 +30,7 @@ public MainPropertiesPage()
3330
FlowDirection = FlowDirection.RightToLeft;
3431
}
3532

36-
33+
3734
// Navigates to specified properties page
3835
public bool TryNavigateToPage(PropertiesNavigationViewItemType pageType)
3936
{

0 commit comments

Comments
 (0)