feat: move G-code editor side by side with preview
This commit is contained in:
+1
-2
@@ -102,7 +102,6 @@ namespace OpenNest.Controls
|
|||||||
rightSplit.Dock = System.Windows.Forms.DockStyle.Fill;
|
rightSplit.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
rightSplit.Location = new System.Drawing.Point(0, 0);
|
rightSplit.Location = new System.Drawing.Point(0, 0);
|
||||||
rightSplit.Name = "rightSplit";
|
rightSplit.Name = "rightSplit";
|
||||||
rightSplit.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
||||||
//
|
//
|
||||||
// rightSplit.Panel1 — preview
|
// rightSplit.Panel1 — preview
|
||||||
//
|
//
|
||||||
@@ -112,7 +111,7 @@ namespace OpenNest.Controls
|
|||||||
//
|
//
|
||||||
rightSplit.Panel2.Controls.Add(editorPanel);
|
rightSplit.Panel2.Controls.Add(editorPanel);
|
||||||
rightSplit.Size = new System.Drawing.Size(615, 500);
|
rightSplit.Size = new System.Drawing.Size(615, 500);
|
||||||
rightSplit.SplitterDistance = 300;
|
rightSplit.SplitterDistance = 350;
|
||||||
rightSplit.SplitterWidth = 5;
|
rightSplit.SplitterWidth = 5;
|
||||||
rightSplit.TabIndex = 0;
|
rightSplit.TabIndex = 0;
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user