Skip to content

Commit 2e045b7

Browse files
committed
Added 1px VerticalOffset to the suggestion popup
1 parent 9de871b commit 2e045b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.App.Controls/Omnibar/Omnibar.xaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@
8282
x:Name="PART_SuggestionsPopup"
8383
Grid.Row="1"
8484
IsLightDismissEnabled="False"
85-
ShouldConstrainToRootBounds="False">
85+
ShouldConstrainToRootBounds="False"
86+
VerticalOffset="1">
8687
<Border
8788
x:Name="PART_SuggestionsContainerBorder"
8889
Padding="{ThemeResource AutoSuggestListMargin}"

0 commit comments

Comments
 (0)