mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
Second attempt to fix random Taskbar reorder issue
This commit is contained in:
7
InvisPopup.Designer.cs
generated
7
InvisPopup.Designer.cs
generated
@@ -30,13 +30,14 @@
|
||||
{
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Popup
|
||||
// InvisPopup
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(148, 0);
|
||||
this.Name = "Popup";
|
||||
this.Text = "Popup";
|
||||
this.Name = "InvisPopup";
|
||||
this.Opacity = 0D;
|
||||
this.Text = "InvisPopup";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user