diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-27 16:58:32 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-27 16:58:32 -0400 |
| commit | d092383e4e04c505c94f31be84aaf935f700fc6b (patch) | |
| tree | f1531017509a1c597da290a74fa6b930b0fc7706 /Project Ports/Desktop.Designer.cs | |
| parent | 30361aadd406e8d33671aea223b3e0a119a1d503 (diff) | |
| download | Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.tar.gz Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.tar.bz2 Project-Silicon-d092383e4e04c505c94f31be84aaf935f700fc6b.zip | |
Allows user to change username and have it show up on the new app launcher
Diffstat (limited to 'Project Ports/Desktop.Designer.cs')
| -rw-r--r-- | Project Ports/Desktop.Designer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Project Ports/Desktop.Designer.cs b/Project Ports/Desktop.Designer.cs index 8e0beeb..a1f154e 100644 --- a/Project Ports/Desktop.Designer.cs +++ b/Project Ports/Desktop.Designer.cs @@ -89,7 +89,7 @@ this.programStrip.Location = new System.Drawing.Point(9, 349); this.programStrip.Name = "programStrip"; this.programStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.programStrip.Size = new System.Drawing.Size(77, 25); + this.programStrip.Size = new System.Drawing.Size(79, 25); this.programStrip.TabIndex = 2; this.programStrip.Text = "toolStrip1"; // @@ -204,11 +204,11 @@ // appButton // this.appButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.appButton.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.appButton.Font = new System.Drawing.Font("Consolas", 9.25F); this.appButton.ForeColor = System.Drawing.Color.Black; - this.appButton.Location = new System.Drawing.Point(12, 6); + this.appButton.Location = new System.Drawing.Point(9, 3); this.appButton.Name = "appButton"; - this.appButton.Size = new System.Drawing.Size(107, 23); + this.appButton.Size = new System.Drawing.Size(107, 26); this.appButton.TabIndex = 2; this.appButton.Text = "Applications"; this.appButton.UseVisualStyleBackColor = true; |
