Browse Source

center QuickRecruitmentWindow

Laserlicht 1 year ago
parent
commit
72da365d24
1 changed files with 2 additions and 0 deletions
  1. 2 0
      client/windows/QuickRecruitmentWindow.cpp

+ 2 - 0
client/windows/QuickRecruitmentWindow.cpp

@@ -166,4 +166,6 @@ QuickRecruitmentWindow::QuickRecruitmentWindow(const CGTownInstance * townd, Rec
 	setButtons();
 	setCreaturePurchaseCards();
 	maxAllCards(cards);
+
+	center();
 }