Skip to content

Commit

Permalink
Started on Power-ups tab.
Browse files Browse the repository at this point in the history
UI Tweaks.
  • Loading branch information
drewaburden committed Feb 21, 2015
1 parent 40115c7 commit 476cfdb
Show file tree
Hide file tree
Showing 5 changed files with 792 additions and 230 deletions.
172 changes: 164 additions & 8 deletions HWSEdit/MainForm.Designer.cs

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

2 changes: 1 addition & 1 deletion HWSEdit/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public void Open(string filename = null)
tabGeneral.Enabled = true;
tabModifiers.Enabled = true;
tabPlayers.Enabled = true;
tabPageSelector.SelectedIndex = 0;
//tabPageSelector.SelectedIndex = 0;

ValidifyModifiersCheckBoxes();

Expand Down
Loading

0 comments on commit 476cfdb

Please sign in to comment.