Add a bit of margin to icon in server game select

save-path-regex
Pat Hartl 2023-11-05 12:56:05 -06:00
parent 53276542e8
commit 508f5c18fb
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
DefaultActiveFirstOption="false" DefaultActiveFirstOption="false"
EnableSearch> EnableSearch>
<ItemTemplate Context="game"> <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 @game.Title
</ItemTemplate> </ItemTemplate>
</Select> </Select>