Skip to content

Commit

Permalink
Fix the app icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy Zhang committed Mar 29, 2017
1 parent 14d556a commit 038f208
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 778 deletions.
2 changes: 0 additions & 2 deletions Rapr/Core/DSEForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Rapr/Core/DSEForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public DSEForm()
{
InitializeComponent();

this.Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath);

lstDriverStoreEntries.PrimarySortColumn = this.driverClassColumn;
lstDriverStoreEntries.PrimarySortOrder = SortOrder.Ascending;
lstDriverStoreEntries.SecondarySortColumn = this.driverDateColumn;
Expand Down
Loading

0 comments on commit 038f208

Please sign in to comment.