OSDN Git Service

ズーム時にメインウィンドウで経験値とレベルが重なるのを直す
authorKazuhiro Fujieda <fujieda@users.osdn.me>
Thu, 1 Feb 2018 13:12:51 +0000 (22:12 +0900)
committerKazuhiro Fujieda <fujieda@users.osdn.me>
Thu, 1 Feb 2018 13:12:51 +0000 (22:12 +0900)
KancolleSniffer/ShipLabels.cs

index b512b40..8d0a742 100644 (file)
@@ -69,7 +69,7 @@ namespace KancolleSniffer
             {\r
                 new ShipLabel {Location = new Point(109, top), Text = "HP", AutoSize = true},\r
                 new ShipLabel {Location = new Point(128, top), Text = "cond", AutoSize = true},\r
-                new ShipLabel {Location = new Point(163, top), Text = "Lv", AutoSize = true},\r
+                new ShipLabel {Location = new Point(162, top), Text = "Lv", AutoSize = true},\r
                 new ShipLabel {Location = new Point(194, top), Text = "Exp", AutoSize = true},\r
                 new ShipLabel {Location = new Point(0, 1), Size = new Size(parent.Width, lineHeight - 1)}\r
             });\r
@@ -92,7 +92,7 @@ namespace KancolleSniffer
                     },\r
                     new ShipLabel\r
                     {\r
-                        Location = new Point(156, y),\r
+                        Location = new Point(155, y),\r
                         Size = new Size(24, height),\r
                         TextAlign = ContentAlignment.MiddleRight\r
                     },\r