Skip to content

Commit e9102f3

Browse files
committed
Revert accidental change
1 parent ab2fe8f commit e9102f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@
172172
AllowDrop="True"
173173
Background="Transparent"
174174
PreviewDragOver="OnPreviewDragOver"
175-
Style="{DynamicResource QueryBoxStyle }"
175+
Style="{DynamicResource QueryBoxStyle}"
176176
Text="{Binding QueryText, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"
177-
Visibility="Visible" Margin="16,7,0,7">
177+
Visibility="Visible">
178178
<TextBox.ContextMenu>
179179
<ContextMenu>
180180
<MenuItem Command="ApplicationCommands.Cut" />

0 commit comments

Comments
 (0)