diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-18 22:54:05 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-18 22:54:05 -0400 |
| commit | eaf78c1440b0528233a1e049cb5062e526a4bd92 (patch) | |
| tree | c48b5ccf2d8bae97cf1f2121e19fc079e0f68f24 /Project Ports | |
| parent | 5439c15a8ead80183297ba8c65a9a61e84cd7f44 (diff) | |
| download | Project-Silicon-eaf78c1440b0528233a1e049cb5062e526a4bd92.tar.gz Project-Silicon-eaf78c1440b0528233a1e049cb5062e526a4bd92.tar.bz2 Project-Silicon-eaf78c1440b0528233a1e049cb5062e526a4bd92.zip | |
Added license to Window Manager and moved the clock more closer to the end of the taskbar
Diffstat (limited to 'Project Ports')
| -rw-r--r-- | Project Ports/Desktop.Designer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
