centre both form windows
This commit is contained in:
parent
b62c75d185
commit
7a8ca48d2b
@ -180,6 +180,7 @@ namespace FemboyBanking {
|
||||
this->Icon = (cli::safe_cast<System::Drawing::Icon^ >(resources->GetObject(L"$this.Icon")));
|
||||
this->MaximizeBox = false;
|
||||
this->Name = L"EthAddressPrompt";
|
||||
this->StartPosition = System::Windows::Forms::FormStartPosition::CenterScreen;
|
||||
this->Text = L"Connect Ethereum Wallet";
|
||||
this->ResumeLayout(false);
|
||||
this->PerformLayout();
|
||||
|
@ -137,6 +137,7 @@ namespace FemboyBanking {
|
||||
this->Icon = (cli::safe_cast<System::Drawing::Icon^ >(resources->GetObject(L"$this.Icon")));
|
||||
this->MaximizeBox = false;
|
||||
this->Name = L"Main";
|
||||
this->StartPosition = System::Windows::Forms::FormStartPosition::CenterScreen;
|
||||
this->Text = L"FemboyBanking";
|
||||
this->Load += gcnew System::EventHandler(this, &Main::Main_Load);
|
||||
this->ResumeLayout(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user