mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix being able to type through the search icon
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user