Add a bit of margin to icon in server game select

This commit is contained in:
Pat Hartl 2023-11-05 12:56:05 -06:00
parent 53276542e8
commit 508f5c18fb

View file

@ -67,7 +67,7 @@
DefaultActiveFirstOption="false"
EnableSearch>
<ItemTemplate Context="game">
<Image Src="@GetIcon(game)" Height="32" Width="32" Preview="false"></Image>
<Image Src="@GetIcon(game)" Height="32" Width="32" Preview="false" Style="margin-right: 8px"></Image>
@game.Title
</ItemTemplate>
</Select>