Skip to content

Commit 6cd9d8d

Browse files
committed
Update Omnibar.Events.cs
1 parent cf87b52 commit 6cd9d8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Files.App.Controls/Omnibar/Omnibar.Events.cs

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

4-
using Microsoft.UI.Input;
54
using Microsoft.UI.Xaml.Input;
65
using Windows.System;
7-
using Windows.UI.Core;
86

97
namespace Files.App.Controls
108
{
@@ -15,7 +13,7 @@ private void Omnibar_SizeChanged(object sender, SizeChangedEventArgs e)
1513
// Popup width has to be set manually because it doesn't stretch with the parent
1614
_textBoxSuggestionsContainerBorder.Width = ActualWidth;
1715
}
18-
16+
1917
private void AutoSuggestBox_GettingFocus(UIElement sender, GettingFocusEventArgs args)
2018
{
2119
if (args.OldFocusedElement is null)

0 commit comments

Comments
 (0)