Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Oct 6, 2024
1 parent f725970 commit fdcf70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JL.Windows/GUI/PreferencesWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<ComboBox x:Name="ThemeComboBox" HorizontalAlignment="Right"
SelectedValuePath="Tag" Width="250">
<ComboBoxItem Content="Dark" Tag="Dark" />
<ComboBoxItem Content="Light" Tag="Default" />
<ComboBoxItem Content="Violet" Tag="Violet" />
<ComboBoxItem Content="Light (Blue)" Tag="Default" />
<ComboBoxItem Content="Light (Violet)" Tag="Violet" />
</ComboBox>
</DockPanel>

Expand Down

0 comments on commit fdcf70d

Please sign in to comment.