From: Kazuhiro Fujieda Date: Thu, 1 Feb 2018 13:12:51 +0000 (+0900) Subject: ズーム時にメインウィンドウで経験値とレベルが重なるのを直す X-Git-Tag: v10.1~14 X-Git-Url: http://git.osdn.net/view?p=kancollesniffer%2FKancolleSniffer.git;a=commitdiff_plain;h=b2370e801386ae6a2c1d7f7407ad7facc85abdb1 ズーム時にメインウィンドウで経験値とレベルが重なるのを直す --- diff --git a/KancolleSniffer/ShipLabels.cs b/KancolleSniffer/ShipLabels.cs index b512b40..8d0a742 100644 --- a/KancolleSniffer/ShipLabels.cs +++ b/KancolleSniffer/ShipLabels.cs @@ -69,7 +69,7 @@ namespace KancolleSniffer { new ShipLabel {Location = new Point(109, top), Text = "HP", AutoSize = true}, new ShipLabel {Location = new Point(128, top), Text = "cond", AutoSize = true}, - new ShipLabel {Location = new Point(163, top), Text = "Lv", AutoSize = true}, + new ShipLabel {Location = new Point(162, top), Text = "Lv", AutoSize = true}, new ShipLabel {Location = new Point(194, top), Text = "Exp", AutoSize = true}, new ShipLabel {Location = new Point(0, 1), Size = new Size(parent.Width, lineHeight - 1)} }); @@ -92,7 +92,7 @@ namespace KancolleSniffer }, new ShipLabel { - Location = new Point(156, y), + Location = new Point(155, y), Size = new Size(24, height), TextAlign = ContentAlignment.MiddleRight },