diff options
| author | Michael <[email protected]> | 2017-04-17 15:10:34 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-17 15:10:34 -0400 |
| commit | 32fc6ed13d8334a6af66b43cf84324a123670620 (patch) | |
| tree | 0467b09c0c3d0a65cd2cbbce45d4b8fccd70751a /ShiftOS.WinForms/Oobe.Designer.cs | |
| parent | e2de1b7083c4e064b7f195b0d49c93019aa34e39 (diff) | |
| download | shiftos_thereturn-32fc6ed13d8334a6af66b43cf84324a123670620.tar.gz shiftos_thereturn-32fc6ed13d8334a6af66b43cf84324a123670620.tar.bz2 shiftos_thereturn-32fc6ed13d8334a6af66b43cf84324a123670620.zip | |
Basically finish new OOBE
Diffstat (limited to 'ShiftOS.WinForms/Oobe.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Oobe.Designer.cs b/ShiftOS.WinForms/Oobe.Designer.cs index 587f50a..d3a0f38 100644 --- a/ShiftOS.WinForms/Oobe.Designer.cs +++ b/ShiftOS.WinForms/Oobe.Designer.cs @@ -82,14 +82,14 @@ namespace ShiftOS.WinForms // // lblhackwords // - this.lblhackwords.AutoSize = true; this.lblhackwords.Dock = System.Windows.Forms.DockStyle.Fill; this.lblhackwords.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblhackwords.ForeColor = System.Drawing.SystemColors.ButtonFace; this.lblhackwords.Location = new System.Drawing.Point(0, 0); this.lblhackwords.Name = "lblhackwords"; - this.lblhackwords.Size = new System.Drawing.Size(127, 18); + this.lblhackwords.Size = new System.Drawing.Size(653, 457); this.lblhackwords.TabIndex = 1; + this.lblhackwords.Tag = "header2"; this.lblhackwords.Text = "Hijack in progress"; // // hackeffecttimer |
