mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Lock main window panel splitters
Nobody needs to resize things; was leaving things open for a bit but no more...
This commit is contained in:
parent
15121c2945
commit
620dd04064
1 changed files with 2 additions and 0 deletions
2
PKHeX.WinForms/MainWindow/Main.Designer.cs
generated
2
PKHeX.WinForms/MainWindow/Main.Designer.cs
generated
|
@ -412,6 +412,7 @@
|
|||
// splitContainer1
|
||||
//
|
||||
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer1.IsSplitterFixed = true;
|
||||
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer1.Name = "splitContainer1";
|
||||
//
|
||||
|
@ -430,6 +431,7 @@
|
|||
// splitContainer2
|
||||
//
|
||||
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.splitContainer2.IsSplitterFixed = true;
|
||||
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
||||
this.splitContainer2.Name = "splitContainer2";
|
||||
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
||||
|
|
Loading…
Reference in a new issue