From 82b55a47f43d4fb5899fe54dc18bb2512b0d3a2b Mon Sep 17 00:00:00 2001 From: maxnes3 <112558334+maxnes3@users.noreply.github.com> Date: Thu, 2 Nov 2023 02:28:57 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WinForm/AppView/FormMain.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WinForm/AppView/FormMain.Designer.cs b/WinForm/AppView/FormMain.Designer.cs index ef1e718..6d4e1ec 100644 --- a/WinForm/AppView/FormMain.Designer.cs +++ b/WinForm/AppView/FormMain.Designer.cs @@ -105,17 +105,18 @@ // controlDataTreeCell // controlDataTreeCell.ContextMenuStrip = contextMenuStrip; + controlDataTreeCell.Dock = DockStyle.Fill; controlDataTreeCell.Location = new Point(0, 0); controlDataTreeCell.Margin = new Padding(4, 3, 4, 3); controlDataTreeCell.Name = "controlDataTreeCell"; - controlDataTreeCell.Size = new Size(618, 450); + controlDataTreeCell.Size = new Size(820, 450); controlDataTreeCell.TabIndex = 1; // // FormMain // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; - ClientSize = new Size(618, 450); + ClientSize = new Size(820, 450); Controls.Add(controlDataTreeCell); KeyPreview = true; Name = "FormMain";