From: Kazuhiro Fujieda Date: Sat, 19 Sep 2020 07:10:58 +0000 (+0900) Subject: 一覧の分類のヘッダを少し右に移動する X-Git-Tag: v12.4~1 X-Git-Url: http://git.osdn.net/view?p=kancollesniffer%2FKancolleSniffer.git;a=commitdiff_plain;h=f856c6540b06e08fbc71741b01d28853947c92d1 一覧の分類のヘッダを少し右に移動する --- 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";