aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew <alee14498@gmail.com>2018-08-29 14:12:28 -0400
committerAndrew <alee14498@gmail.com>2018-08-29 14:12:28 -0400
commit5dcd089288e0b2d82f7b851f08daf4e11a60c1ce (patch)
tree832d50e3384d8a639f7964194916d1b2cbd9e362
parentcbe40b66f3d0dd171787fe3b2a0c1b9c1eede998 (diff)
downloadProject-Silicon-5dcd089288e0b2d82f7b851f08daf4e11a60c1ce.tar.gz
Project-Silicon-5dcd089288e0b2d82f7b851f08daf4e11a60c1ce.tar.bz2
Project-Silicon-5dcd089288e0b2d82f7b851f08daf4e11a60c1ce.zip
made the desktop panel bigger
-rw-r--r--Project Ports/Desktop.Designer.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs
index e7ae83c..49e64f4 100644
--- a/Project Ports/Desktop.Designer.cs
+++ b/Project Ports/Desktop.Designer.cs
@@ -64,7 +64,7 @@
this.ltime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.ltime.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ltime.ForeColor = System.Drawing.Color.White;
- this.ltime.Location = new System.Drawing.Point(991, 9);
+ this.ltime.Location = new System.Drawing.Point(991, 12);
this.ltime.Name = "ltime";
this.ltime.Size = new System.Drawing.Size(63, 15);
this.ltime.TabIndex = 1;
@@ -92,7 +92,7 @@
this.appMenu.Controls.Add(this.btnTerminal);
this.appMenu.Controls.Add(this.lbPrograms);
this.appMenu.ForeColor = System.Drawing.Color.Black;
- this.appMenu.Location = new System.Drawing.Point(0, 32);
+ this.appMenu.Location = new System.Drawing.Point(0, 38);
this.appMenu.Name = "appMenu";
this.appMenu.Size = new System.Drawing.Size(376, 429);
this.appMenu.TabIndex = 3;
@@ -276,7 +276,7 @@
this.taskBar.Controls.Add(this.ltime);
this.taskBar.Location = new System.Drawing.Point(0, 0);
this.taskBar.Name = "taskBar";
- this.taskBar.Size = new System.Drawing.Size(1066, 32);
+ this.taskBar.Size = new System.Drawing.Size(1066, 38);
this.taskBar.TabIndex = 4;
//
// appButton
@@ -284,7 +284,7 @@
this.appButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.appButton.Font = new System.Drawing.Font("Consolas", 9.25F);
this.appButton.ForeColor = System.Drawing.Color.White;
- this.appButton.Location = new System.Drawing.Point(9, 3);
+ this.appButton.Location = new System.Drawing.Point(12, 6);
this.appButton.Name = "appButton";
this.appButton.Size = new System.Drawing.Size(107, 26);
this.appButton.TabIndex = 2;