Widen the game selection combo box

This commit is contained in:
Chris Bessent 2021-02-26 23:10:35 -07:00
parent d6edcf0a1e
commit 3deed04452

View File

@ -93,7 +93,7 @@
VerticalAlignment="Center"
Content="Game" />
<ComboBox
Width="130"
Width="150"
Margin="0,0,10,0"
VerticalAlignment="Center"
Foreground="{StaticResource ForegroundBrush}"
@ -116,14 +116,14 @@
VerticalAlignment="Center"
Content="Show NSFW"
Foreground="{StaticResource ForegroundBrush}" />
<CheckBox
x:Name="ShowUtilityLists"
Margin="10,0,10,0"
VerticalAlignment="Center"
Content="Show Utility Lists"
Foreground="{StaticResource ForegroundBrush}" />
<CheckBox
x:Name="OnlyInstalledCheckbox"
Margin="10,0,10,0"