Skip to content

Commit

Permalink
Issue crc-org#10 Misc fixes for detailed status window
Browse files Browse the repository at this point in the history
	- Don't use ':' as per patternfly convention
	- Window name changed to Detailed Status
  • Loading branch information
anjannath committed Aug 20, 2020
1 parent d51987b commit 498b7b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions StatusForm.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 StatusForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private void StatusForm_Load(object sender, EventArgs e)
{
Bitmap bm = new Bitmap(Resource.ocp_logo);
Icon = Icon.FromHandle(bm.GetHicon());
Text = @"Status";
Text = @"Detailed Status";


//FormClosing += StatusForm_Closing;
Expand Down

0 comments on commit 498b7b3

Please sign in to comment.