diff options
| author | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
| commit | d8adb912b065de9a4d8a4260915332946ac0d96d (patch) | |
| tree | faa9e4b447b2ddd60aaa3eee1047c42e1e260e25 /TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs | |
| parent | c579cf249977c9aa6abef79ef39c6d28960fea6c (diff) | |
| download | histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.gz histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.bz2 histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.zip | |
did things
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; |
