Made Options UI better, on to code

This commit is contained in:
Caeden Statia 2020-02-02 22:41:38 -08:00
parent b5dee1095a
commit 055d5042a3

View file

@ -67,9 +67,9 @@
<TextBlock Name="GameTypeTextBlock" Text="{Binding InstallType}" FontSize="16"/>
</StackPanel>
<TextBlock Grid.Row="13" Margin="5" HorizontalAlignment="Left" Text="Theme: " FontWeight="Bold" FontSize="16" />
<ComboBox Grid.Row="13" Grid.Column="1" HorizontalAlignment="Stretch"></ComboBox>
<Button Grid.Row="13" Grid.Column="2" Margin="3" Height="30" Width="90" Content="Export Template"></Button>
<TextBlock Grid.Row="13" Margin="5" HorizontalAlignment="Left" Text="Application Theme: " FontWeight="Bold" FontSize="16" />
<ComboBox Grid.Row="13" Grid.Column="1" Grid.ColumnSpan="2" HorizontalAlignment="Stretch"></ComboBox>
<Button Grid.Row="13" Grid.Column="3" Margin="3" Height="30" Width="90" Content="Export Template"></Button>
<TextBlock Grid.Row="14" Margin="15,5,5,5" Text="Diagnostics" FontSize="24" FontWeight="Bold" HorizontalAlignment="Left"/>
<StackPanel Grid.Row="15" Margin="0" Orientation="Horizontal" HorizontalAlignment="Left">