Adjust margin & icon sizes

This commit is contained in:
trawzified 2023-12-27 17:37:19 +01:00
parent 11fc4593ab
commit 25a77ab086

View File

@ -90,8 +90,8 @@
ToolTip="Filter modlists on game">
<ComboBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal" VerticalAlignment="Center">
<Border Width="32" Height="32" BorderThickness="0" CornerRadius="8, 8, 8, 8" VerticalAlignment="Center">
<StackPanel Orientation="Horizontal" VerticalAlignment="Center" Margin="0, 2, 0, 2">
<Border Width="24" Height="24" BorderThickness="0" CornerRadius="4" VerticalAlignment="Center">
<Border.Background>
<ImageBrush Stretch="Fill" ImageSource="{Binding GameMetaData.IconSource}"/>
</Border.Background>