We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6959d86 commit 6998d3aCopy full SHA for 6998d3a
Flow.Launcher/MainWindow.xaml
@@ -180,10 +180,7 @@
180
Modifiers="{Binding OpenResultCommandModifiers}" />
181
</Window.InputBindings>
182
<Grid>
183
- <Border
184
- ClipToBounds="True"
185
- MouseDown="OnMouseDown"
186
- Style="{DynamicResource WindowBorderStyle}">
+ <Border MouseDown="OnMouseDown" Style="{DynamicResource WindowBorderStyle}">
187
<StackPanel Orientation="Vertical">
188
189
<Border Style="{DynamicResource QueryBoxBgStyle}">
0 commit comments