Skip to content

Commit c8ebd5c

Browse files
committed
Tweaked the placement of the suggestions popup
1 parent 6949925 commit c8ebd5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<TextBox
5050
x:Name="PART_TextBox"
51-
Grid.Column="0"
51+
Grid.Row="0"
5252
Width="{TemplateBinding Width}"
5353
Height="{TemplateBinding Height}"
5454
Margin="0"
@@ -75,12 +75,12 @@
7575

7676
<Grid
7777
x:Name="PART_ModesHostGrid"
78-
Grid.Column="0"
78+
Grid.Row="0"
7979
Padding="2,0" />
8080

8181
<Popup
8282
x:Name="PART_SuggestionsPopup"
83-
Margin="0,38,0,0"
83+
Grid.Row="1"
8484
IsLightDismissEnabled="False"
8585
ShouldConstrainToRootBounds="False">
8686
<Border

0 commit comments

Comments
 (0)