mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add minimize button to SDK launcher
This commit is contained in:
parent
5f84803ac6
commit
3dc330e5df
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user