mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Clipbound
This commit is contained in:
parent
6959d86fe2
commit
6998d3acf4
1 changed files with 1 additions and 4 deletions
|
|
@ -180,10 +180,7 @@
|
|||
Modifiers="{Binding OpenResultCommandModifiers}" />
|
||||
</Window.InputBindings>
|
||||
<Grid>
|
||||
<Border
|
||||
ClipToBounds="True"
|
||||
MouseDown="OnMouseDown"
|
||||
Style="{DynamicResource WindowBorderStyle}">
|
||||
<Border MouseDown="OnMouseDown" Style="{DynamicResource WindowBorderStyle}">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<Grid>
|
||||
<Border Style="{DynamicResource QueryBoxBgStyle}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue