diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-07-21 13:24:28 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-07-21 13:24:28 +0100 |
| commit | 75c05d35535267096b0c46e143be7a55bb21c9c4 (patch) | |
| tree | b9f175812ff8fde1f982ee0667a3853572ec8259 /TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs | |
| parent | fee528f280640948216f41f0569c79a6552e61c7 (diff) | |
| parent | a42b7b8d3219f5df18721afdf88bddb8dd11d463 (diff) | |
| download | histacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.tar.gz histacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.tar.bz2 histacom2-75c05d35535267096b0c46e143be7a55bb21c9c4.zip | |
Update My Fork PART 2!!!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs index c0977f2..f07c5c0 100644 --- a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs @@ -40,10 +40,10 @@ // this.progName.AutoSize = true; this.progName.BackColor = System.Drawing.Color.Transparent; - this.progName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.progName.Location = new System.Drawing.Point(18, 2); + this.progName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.progName.Location = new System.Drawing.Point(21, 2); this.progName.Name = "progName"; - this.progName.Size = new System.Drawing.Size(60, 24); + this.progName.Size = new System.Drawing.Size(35, 13); this.progName.TabIndex = 1; this.progName.Text = "label1"; this.progName.Click += new System.EventHandler(this.Win95TaskBarItem_Click); @@ -51,7 +51,7 @@ // progPic // this.progPic.BackColor = System.Drawing.Color.Transparent; - this.progPic.Location = new System.Drawing.Point(3, 3); + this.progPic.Location = new System.Drawing.Point(4, 3); this.progPic.Name = "progPic"; this.progPic.Size = new System.Drawing.Size(16, 16); this.progPic.TabIndex = 0; |
