From eaf78c1440b0528233a1e049cb5062e526a4bd92 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Fri, 18 May 2018 22:54:05 -0400 Subject: Added license to Window Manager and moved the clock more closer to the end of the taskbar --- Project Ports/Desktop.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Project Ports/Desktop.Designer.cs') diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 00e9e16..7455470 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -112,11 +112,11 @@ this.ltime.AutoSize = true; this.ltime.BackColor = System.Drawing.Color.Silver; this.ltime.ForeColor = System.Drawing.Color.Black; - this.ltime.Location = new System.Drawing.Point(738, 6); + this.ltime.Location = new System.Drawing.Point(742, 7); this.ltime.Name = "ltime"; - this.ltime.Size = new System.Drawing.Size(26, 13); + this.ltime.Size = new System.Drawing.Size(53, 13); this.ltime.TabIndex = 1; - this.ltime.Text = "time"; + this.ltime.Text = "00:00 AM"; this.ltime.Click += new System.EventHandler(this.label1_Click); // // dclock -- cgit v1.2.3