Skip to content

Commit 6998d3a

Browse files
committed
Remove Clipbound
1 parent 6959d86 commit 6998d3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,7 @@
180180
Modifiers="{Binding OpenResultCommandModifiers}" />
181181
</Window.InputBindings>
182182
<Grid>
183-
<Border
184-
ClipToBounds="True"
185-
MouseDown="OnMouseDown"
186-
Style="{DynamicResource WindowBorderStyle}">
183+
<Border MouseDown="OnMouseDown" Style="{DynamicResource WindowBorderStyle}">
187184
<StackPanel Orientation="Vertical">
188185
<Grid>
189186
<Border Style="{DynamicResource QueryBoxBgStyle}">

0 commit comments

Comments
 (0)