Fix being able to type through the search icon

This commit is contained in:
trawzified
2023-12-27 18:21:52 +01:00
parent 43c01e112c
commit 9c7d0d8738

View File

@ -101,7 +101,9 @@
</Style>
</TextBlock.Style>
</TextBlock>
<ic:SymbolIcon Symbol="Search" HorizontalAlignment="Right" Margin="0, 0, 5, 0" IsFilled="True"/>
<Border BorderThickness="0" Padding="5, 0, 5, 0" Background="{StaticResource SecondaryBrush}" HorizontalAlignment="Right">
<ic:SymbolIcon Symbol="Search" HorizontalAlignment="Right" Margin="0, 0, 0, 0" IsFilled="True"/>
</Border>
</Grid>
<ComboBox
VerticalAlignment="Center"