Add selectable color schemes
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
<RowDefinition Height="Auto"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<TextBlock Text="Hotkey" VerticalAlignment="Center" Margin="0,0,8,8"/>
|
||||
@@ -136,10 +137,14 @@
|
||||
PreviewKeyDown="HotkeyBox_PreviewKeyDown"/>
|
||||
|
||||
<TextBlock Text="Default for New Items" Grid.Row="1" VerticalAlignment="Center" Margin="0,0,8,0"/>
|
||||
<ComboBox x:Name="DisplayModeBox" Grid.Row="1" Grid.Column="1"/>
|
||||
<ComboBox x:Name="DisplayModeBox" Grid.Row="1" Grid.Column="1" Margin="0,0,0,8"/>
|
||||
|
||||
<TextBlock Text="Startup" Grid.Row="2" VerticalAlignment="Center" Margin="0,8,8,0"/>
|
||||
<CheckBox x:Name="StartWithWindowsBox" Grid.Row="2" Grid.Column="1"
|
||||
<TextBlock Text="Color Scheme" Grid.Row="2" VerticalAlignment="Center" Margin="0,0,8,8"/>
|
||||
<ComboBox x:Name="ThemeSchemeBox" Grid.Row="2" Grid.Column="1" Margin="0,0,0,8"
|
||||
SelectionChanged="ThemeSchemeBox_SelectionChanged"/>
|
||||
|
||||
<TextBlock Text="Startup" Grid.Row="3" VerticalAlignment="Center" Margin="0,8,8,0"/>
|
||||
<CheckBox x:Name="StartWithWindowsBox" Grid.Row="3" Grid.Column="1"
|
||||
Content="Start with Windows"
|
||||
Margin="0,8,0,0"
|
||||
Checked="StartWithWindowsBox_Changed"
|
||||
|
||||
Reference in New Issue
Block a user