slight positioning fix to Saturn virtualpad
This commit is contained in:
parent
c5204487a7
commit
0853da8165
|
@ -189,7 +189,7 @@ namespace BizHawk.MultiClient
|
|||
break;
|
||||
case "SAT":
|
||||
VirtualPadSaturn saturnpad1 = new VirtualPadSaturn { Location = new Point(8, 19), Controller = "P1" };
|
||||
VirtualPadSaturn saturnpad2 = new VirtualPadSaturn { Location = new Point(208, 19), Controller = "P2" };
|
||||
VirtualPadSaturn saturnpad2 = new VirtualPadSaturn { Location = new Point(213, 19), Controller = "P2" };
|
||||
Pads.Add(saturnpad1);
|
||||
Pads.Add(saturnpad2);
|
||||
ControllerBox.Controls.Add(saturnpad1);
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
this.Controls.Add(this.PR);
|
||||
this.Controls.Add(this.PU);
|
||||
this.Name = "VirtualPadSaturn";
|
||||
this.Size = new System.Drawing.Size(196, 92);
|
||||
this.Size = new System.Drawing.Size(204, 92);
|
||||
this.Load += new System.EventHandler(this.VirtualPadSaturn_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
this.Controls.Add(this.B2);
|
||||
this.Controls.Add(this.B1);
|
||||
this.Name = "VirtualPadSaturnControl";
|
||||
this.Size = new System.Drawing.Size(104, 29);
|
||||
this.Size = new System.Drawing.Size(110, 32);
|
||||
this.Load += new System.EventHandler(this.VirtualPadSaturnControl_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
|
Loading…
Reference in New Issue