From 8b2e8120b7437d689da1981c85a343cffe7fc3e7 Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Sat, 5 Sep 2020 22:01:09 +0900 Subject: [PATCH] =?utf8?q?=E6=A8=AA=E9=95=B72=E3=81=AE=E3=83=AC=E3=82=A4?= =?utf8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=81=A7=E3=83=90=E3=82=B1=E3=83=84?= =?utf8?q?=E5=A2=97=E6=B8=9B=E3=81=AE=E8=A1=A8=E7=A4=BA=E4=BD=8D=E7=BD=AE?= =?utf8?q?=E3=81=8C=E3=81=8A=E3=81=8B=E3=81=97=E3=81=84=E3=81=AE=E3=82=92?= =?utf8?q?=E7=9B=B4=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/View/MainWindow/HqPanel.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/KancolleSniffer/View/MainWindow/HqPanel.cs b/KancolleSniffer/View/MainWindow/HqPanel.cs index 9ceb358..0c12308 100644 --- a/KancolleSniffer/View/MainWindow/HqPanel.cs +++ b/KancolleSniffer/View/MainWindow/HqPanel.cs @@ -115,8 +115,6 @@ namespace KancolleSniffer.View.MainWindow protected override void OnParentChanged(EventArgs e) { base.OnParentChanged(e); - _bucketHistory.Location = - new Point(Location.X + Parent.Location.X + 100, Location.Y + Parent.Location.Y + 30); Parent.Controls.Add(_bucketHistory); } @@ -176,6 +174,7 @@ namespace KancolleSniffer.View.MainWindow } else { + _bucketHistory.Location = new Point(Location.X + 100, Location.Y + 30); _bucketHistory.Visible = true; _bucketHistory.BringToFront(); _bucketHistoryButton.BackColor = CustomColors.ActiveButtonColor; -- 2.11.0