From f856c6540b06e08fbc71741b01d28853947c92d1 Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Sat, 19 Sep 2020 16:10:58 +0900 Subject: [PATCH] =?utf8?q?=E4=B8=80=E8=A6=A7=E3=81=AE=E5=88=86=E9=A1=9E?= =?utf8?q?=E3=81=AE=E3=83=98=E3=83=83=E3=83=80=E3=82=92=E5=B0=91=E3=81=97?= =?utf8?q?=E5=8F=B3=E3=81=AB=E7=A7=BB=E5=8B=95=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/Forms/ListForm.Designer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/KancolleSniffer/Forms/ListForm.Designer.cs b/KancolleSniffer/Forms/ListForm.Designer.cs index cf4422b..8958634 100644 --- a/KancolleSniffer/Forms/ListForm.Designer.cs +++ b/KancolleSniffer/Forms/ListForm.Designer.cs @@ -206,9 +206,9 @@ namespace KancolleSniffer.Forms this.panelGroupHeader.Controls.Add(this.label8); this.panelGroupHeader.Controls.Add(this.label7); this.panelGroupHeader.Controls.Add(this.label6); - this.panelGroupHeader.Location = new System.Drawing.Point(101, 3); + this.panelGroupHeader.Location = new System.Drawing.Point(104, 3); this.panelGroupHeader.Name = "panelGroupHeader"; - this.panelGroupHeader.Size = new System.Drawing.Size(112, 19); + this.panelGroupHeader.Size = new System.Drawing.Size(110, 19); this.panelGroupHeader.TabIndex = 16; // // label5 @@ -642,6 +642,7 @@ namespace KancolleSniffer.Forms | System.Windows.Forms.AnchorStyles.Right))); this.shipListPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.shipListPanel.ContextMenuStrip = this.contextMenuStripShipList; + this.shipListPanel.GroupSettings = null; this.shipListPanel.GroupUpdated = false; this.shipListPanel.Location = new System.Drawing.Point(6, 23); this.shipListPanel.Name = "shipListPanel"; -- 2.11.0