From b2370e801386ae6a2c1d7f7407ad7facc85abdb1 Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Thu, 1 Feb 2018 22:12:51 +0900 Subject: [PATCH] =?utf8?q?=E3=82=BA=E3=83=BC=E3=83=A0=E6=99=82=E3=81=AB?= =?utf8?q?=E3=83=A1=E3=82=A4=E3=83=B3=E3=82=A6=E3=82=A3=E3=83=B3=E3=83=89?= =?utf8?q?=E3=82=A6=E3=81=A7=E7=B5=8C=E9=A8=93=E5=80=A4=E3=81=A8=E3=83=AC?= =?utf8?q?=E3=83=99=E3=83=AB=E3=81=8C=E9=87=8D=E3=81=AA=E3=82=8B=E3=81=AE?= =?utf8?q?=E3=82=92=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/ShipLabels.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }, -- 2.11.0