X-Git-Url: http://git.osdn.net/view?p=kancollesniffer%2FKancolleSniffer.git;a=blobdiff_plain;f=KancolleSniffer%2FAirBattleResultPanel.cs;h=0d4871c6325c83b3eaf0f0ba7a9ad1dc2b477eed;hp=6dc8d461bfb249eb28a65f7e04d699c20b429e29;hb=2239ef207d5559e76b4262eb4015cde28ea63ced;hpb=e09057e62174d6355dadd2ffc5990e94c0fa0829 diff --git a/KancolleSniffer/AirBattleResultPanel.cs b/KancolleSniffer/AirBattleResultPanel.cs index 6dc8d46..0d4871c 100644 --- a/KancolleSniffer/AirBattleResultPanel.cs +++ b/KancolleSniffer/AirBattleResultPanel.cs @@ -71,7 +71,7 @@ namespace KancolleSniffer new Label {Text = "敵軍", Location = new Point(124, 6), AutoSize = true} }; Controls.AddRange(labels); - const int left = 54; + const int left = 53; for (var stage = 0; stage < 2; stage++) { _resultLabels[stage] = new Label[2][]; @@ -81,19 +81,19 @@ namespace KancolleSniffer Controls.Add(_resultLabels[stage][fe][1] = new Label { Location = new Point(left + 32 + 57 * fe, top + 14 * stage), - Size = new Size(23, 12), + Size = new Size(24, 12), TextAlign = ContentAlignment.TopLeft }); Controls.Add(new Label { - Location = new Point(left + 20 + 57 * fe, top + 14 * stage), + Location = new Point(left + 21 + 57 * fe, top + 14 * stage), Text = "→", AutoSize = true }); Controls.Add(_resultLabels[stage][fe][0] = new Label { Location = new Point(left + 57 * fe, top + 14 * stage), - Size = new Size(23, 12), + Size = new Size(24, 12), TextAlign = ContentAlignment.TopRight }); }