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 ecb0cac commit 6a58576Copy full SHA for 6a58576
Flow.Launcher/MainWindow.xaml
@@ -65,7 +65,6 @@
65
</Window.InputBindings>
66
<Grid>
67
<Border Style="{DynamicResource WindowBorderStyle}" MouseDown="OnMouseDown">
68
- <!-- Window Outside Clipping-->
69
<StackPanel Orientation="Vertical">
70
71
<TextBox x:Name="QueryTextSuggestionBox"
@@ -100,10 +99,8 @@
100
99
<Canvas Style="{DynamicResource SearchIconPosition}">
101
<Path Data="{DynamicResource SearchIconImg}" Style="{DynamicResource SearchIconStyle}" Margin="0" Stretch="Fill"/>
102
</Canvas>
103
-
104
</Grid>
105
106
107
108
<Rectangle Width="Auto" HorizontalAlignment="Stretch" Style="{DynamicResource SeparatorStyle}" />
109
<Line x:Name="ProgressBar" HorizontalAlignment="Right"
0 commit comments