• R/O
  • HTTP
  • SSH
  • HTTPS

KancolleSniffer: Commit


Commit MetaInfo

Revisionf856c6540b06e08fbc71741b01d28853947c92d1 (tree)
Time2020-09-19 16:10:58
AuthorKazuhiro Fujieda <fujieda@user...>
CommiterKazuhiro Fujieda

Log Message

一覧の分類のヘッダを少し右に移動する

Change Summary

Incremental Difference

--- a/KancolleSniffer/Forms/ListForm.Designer.cs
+++ b/KancolleSniffer/Forms/ListForm.Designer.cs
@@ -206,9 +206,9 @@ namespace KancolleSniffer.Forms
206206 this.panelGroupHeader.Controls.Add(this.label8);
207207 this.panelGroupHeader.Controls.Add(this.label7);
208208 this.panelGroupHeader.Controls.Add(this.label6);
209- this.panelGroupHeader.Location = new System.Drawing.Point(101, 3);
209+ this.panelGroupHeader.Location = new System.Drawing.Point(104, 3);
210210 this.panelGroupHeader.Name = "panelGroupHeader";
211- this.panelGroupHeader.Size = new System.Drawing.Size(112, 19);
211+ this.panelGroupHeader.Size = new System.Drawing.Size(110, 19);
212212 this.panelGroupHeader.TabIndex = 16;
213213 //
214214 // label5
@@ -642,6 +642,7 @@ namespace KancolleSniffer.Forms
642642 | System.Windows.Forms.AnchorStyles.Right)));
643643 this.shipListPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
644644 this.shipListPanel.ContextMenuStrip = this.contextMenuStripShipList;
645+ this.shipListPanel.GroupSettings = null;
645646 this.shipListPanel.GroupUpdated = false;
646647 this.shipListPanel.Location = new System.Drawing.Point(6, 23);
647648 this.shipListPanel.Name = "shipListPanel";
Show on old repository browser