mirror of
https://github.com/ShiftOS-Rewind/ShiftOS.git
synced 2025-01-22 03:11:47 -05:00
yay fixd
This commit is contained in:
parent
8ec044f8c9
commit
b0cdadf275
2 changed files with 1 additions and 9 deletions
|
@ -28,21 +28,15 @@
|
|||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.shiftButton1 = new ShiftOS.Engine.UI.ShiftButton();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// shiftButton1
|
||||
//
|
||||
this.shiftButton1.Location = new System.Drawing.Point(133, 66);
|
||||
this.shiftButton1.Name = "shiftButton1";
|
||||
this.shiftButton1.Size = new System.Drawing.Size(75, 22);
|
||||
this.shiftButton1.TabIndex = 0;
|
||||
//
|
||||
//
|
||||
// FileOpener
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.shiftButton1);
|
||||
this.Name = "FileOpener";
|
||||
this.Size = new System.Drawing.Size(368, 283);
|
||||
this.ResumeLayout(false);
|
||||
|
@ -52,6 +46,5 @@
|
|||
|
||||
#endregion
|
||||
|
||||
private UI.ShiftButton shiftButton1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@ using System.IO;
|
|||
using System.Media;
|
||||
using System.Windows.Forms;
|
||||
using ShiftOS.Engine.Properties;
|
||||
using ShiftOS.Engine.UI;
|
||||
|
||||
namespace ShiftOS.Engine.WindowManager
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue