Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprnova committed Sep 10, 2020
1 parent 8e5f22e commit 7e4496a
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ ScaffoldingReadMe.txt

# StyleCop
StyleCopReport.xml
Settings.StyleCop

# Files built by Visual Studio
*_i.c
Expand Down
8 changes: 4 additions & 4 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System.Windows;

[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located
// (used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
ResourceDictionaryLocation.SourceAssembly // where the generic resource dictionary is located
// (used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
2 changes: 1 addition & 1 deletion MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<ColumnDefinition Width="818*"/>
</Grid.ColumnDefinitions>
<Label Content="Source game:" HorizontalAlignment="Left" Margin="24,11,0,0" VerticalAlignment="Top" FontSize="14" Height="29" Width="94"/>
<ComboBox HorizontalAlignment="Left" Margin="134,11,0,0" VerticalAlignment="Top" Width="182" Height="25" Name="source" SelectionChanged="SourceChanged" Grid.ColumnSpan="2">
<ComboBox HorizontalAlignment="Left" Margin="134,11,0,0" VerticalAlignment="Top" Width="182" Height="25" Name="source" Grid.ColumnSpan="2">
<ComboBoxItem>
<StackPanel>
<TextBlock Name="osusource" FontSize="14">osu!</TextBlock>
Expand Down
Loading

0 comments on commit 7e4496a

Please sign in to comment.