OSDN Git Service

3桁のHPが明石タイマーで隠れないようにする
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Sun, 19 Mar 2017 15:53:14 +0000 (00:53 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Sun, 2 Apr 2017 14:18:10 +0000 (23:18 +0900)
KancolleSniffer/ShipLabels.cs

index 7181e42..1732bde 100644 (file)
@@ -205,7 +205,7 @@ namespace KancolleSniffer
                         new ShipLabel\r
                         {\r
                             Location = new Point(x, y),\r
-                            Size = new Size(34, 12),\r
+                            Size = new Size(31, 12),\r
                             TextAlign = ContentAlignment.TopRight\r
                         });\r
                 label.BackColor = ColumnColors[i % 2];\r