diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-05-13 12:35:21 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2018-05-13 12:35:21 -0400 |
| commit | 944d0efd0c7c50771398169862fc5dcbe4dc0086 (patch) | |
| tree | 3c710ebfb1913befd8fa73f4907fe31759daf4c4 /Project Ports/Desktop.Designer.cs | |
| parent | 704a5659188c2e62ff917fd6265794372bc626fb (diff) | |
| download | Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.gz Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.tar.bz2 Project-Silicon-944d0efd0c7c50771398169862fc5dcbe4dc0086.zip | |
Added debug mode
Diffstat (limited to 'Project Ports/Desktop.Designer.cs')
| -rw-r--r-- | Project Ports/Desktop.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 730738c..73492dd 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -103,9 +103,9 @@ this.ltime.ForeColor = System.Drawing.Color.Black; this.ltime.Location = new System.Drawing.Point(753, 7); this.ltime.Name = "ltime"; - this.ltime.Size = new System.Drawing.Size(35, 13); + this.ltime.Size = new System.Drawing.Size(26, 13); this.ltime.TabIndex = 1; - this.ltime.Text = "label1"; + this.ltime.Text = "time"; this.ltime.Click += new System.EventHandler(this.label1_Click); // // Desktop |
