From 7ef26afc2d47307501fef14b7224bbe28f059b4d Mon Sep 17 00:00:00 2001 From: org Date: Tue, 29 Aug 2023 12:49:46 +0300 Subject: [PATCH] Update FormIOConfig.Designer.cs --- Breaknes/Breaknes/FormIOConfig.Designer.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Breaknes/Breaknes/FormIOConfig.Designer.cs b/Breaknes/Breaknes/FormIOConfig.Designer.cs index 6a1b3a3..0c53d28 100644 --- a/Breaknes/Breaknes/FormIOConfig.Designer.cs +++ b/Breaknes/Breaknes/FormIOConfig.Designer.cs @@ -59,6 +59,7 @@ private void InitializeComponent() // splitContainer1 // splitContainer1.Dock = DockStyle.Fill; + splitContainer1.FixedPanel = FixedPanel.Panel2; splitContainer1.Location = new Point(0, 0); splitContainer1.Name = "splitContainer1"; splitContainer1.Orientation = Orientation.Horizontal; @@ -162,6 +163,7 @@ private void InitializeComponent() // // button4 // + button4.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; button4.Location = new Point(686, 17); button4.Name = "button4"; button4.Size = new Size(102, 34); @@ -172,6 +174,7 @@ private void InitializeComponent() // // button3 // + button3.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; button3.Location = new Point(228, 17); button3.Name = "button3"; button3.Size = new Size(102, 34); @@ -182,6 +185,7 @@ private void InitializeComponent() // // button2 // + button2.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; button2.Location = new Point(120, 17); button2.Name = "button2"; button2.Size = new Size(102, 34); @@ -192,6 +196,7 @@ private void InitializeComponent() // // button1 // + button1.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; button1.Location = new Point(12, 17); button1.Name = "button1"; button1.Size = new Size(102, 34);