Add minimize button to SDK launcher

This commit is contained in:
Kawe Mazidjatari 2022-10-20 14:14:47 +02:00
parent 5f84803ac6
commit 3dc330e5df

View File

@ -23,7 +23,7 @@ void CUIBaseSurface::Init()
this->SetClientSize({ WindowX, WindowY });
this->SetFormBorderStyle(Forms::FormBorderStyle::FixedSingle);
this->SetStartPosition(Forms::FormStartPosition::CenterParent);
this->SetMinimizeBox(false);
this->SetMinimizeBox(true);
this->SetMaximizeBox(false);
this->SetBackColor(Drawing::Color(47, 54, 61));