X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=KancolleSniffer%2FShipLabels.cs;fp=KancolleSniffer%2FShipLabels.cs;h=ceb7371f92601c1a15e2a271c2f57c93f205b127;hb=2239ef207d5559e76b4262eb4015cde28ea63ced;hp=e16d14b8bfd12b79d899ca54dd3b84a7d97a8e55;hpb=e09057e62174d6355dadd2ffc5990e94c0fa0829;p=kancollesniffer%2FKancolleSniffer.git diff --git a/KancolleSniffer/ShipLabels.cs b/KancolleSniffer/ShipLabels.cs index e16d14b..ceb7371 100644 --- a/KancolleSniffer/ShipLabels.cs +++ b/KancolleSniffer/ShipLabels.cs @@ -69,20 +69,20 @@ namespace KancolleSniffer new ShipLabel {Location = new Point(129, y), AutoSize = true, AnchorRight = true}, new ShipLabel { - Location = new Point(132, y), - Size = new Size(23, height), + Location = new Point(131, y), + Size = new Size(24, height), TextAlign = ContentAlignment.MiddleRight }, new ShipLabel { - Location = new Point(157, y), - Size = new Size(23, height), + Location = new Point(156, y), + Size = new Size(24, height), TextAlign = ContentAlignment.MiddleRight }, new ShipLabel { - Location = new Point(177, y), - Size = new Size(41, height), + Location = new Point(176, y), + Size = new Size(42, height), TextAlign = ContentAlignment.MiddleRight }, new ShipLabel {Location = new Point(2, y), AutoSize = true}, // 名前のZ-orderを下に @@ -150,8 +150,8 @@ namespace KancolleSniffer new ShipLabel {Location = new Point(x + 88, y), AutoSize = true, AnchorRight = true}, new ShipLabel { - Location = new Point(x + 86, y), - Size = new Size(23, height), + Location = new Point(x + 85, y), + Size = new Size(24, height), TextAlign = ContentAlignment.MiddleRight }, new ShipLabel {Location = new Point(x + 2, y), AutoSize = true}, // 名前のZ-orderを下に @@ -217,7 +217,7 @@ namespace KancolleSniffer public void AdjustAkashiTimers() { var scale = ShipLabel.ScaleFactor; - if (scale.Height < 1.2 || scale.Height > 1.3) + if (scale.Height < 1.2) return; for (var i = 0; i < _akashiTimers.Length; i++) {