Skip to content

Commit

Permalink
Fixes after Merge pull request #110
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Mar 29, 2019
1 parent e7f4686 commit 140ae8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions SnakeTail/TailConfigForm.Designer.cs

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

1 change: 1 addition & 0 deletions SnakeTail/TailConfigForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ private void TailConfigForm_Load(object sender, EventArgs e)
_tabControl.TabPages.Remove(_tabPageExtTools);
_applyAllBtn.Visible = false;
_bookmarkBackColorBtn.Visible = false;
_bookmarkTextColorBtn.Visible = false;
}
}

Expand Down

0 comments on commit 140ae8b

Please sign in to comment.