mirror of
https://github.com/FroggMaster/CreamInstaller.git
synced 2026-07-28 14:47:04 -07:00
Add Ability to Maximize Main Form Closes #29
- Adds the ability to maximize the main screen of the app
This commit is contained in:
+2
-2
@@ -305,11 +305,11 @@ namespace CreamInstaller.Forms
|
||||
Controls.Add(uninstallButton);
|
||||
Controls.Add(scanButton);
|
||||
Controls.Add(installButton);
|
||||
FormBorderStyle = FormBorderStyle.FixedDialog;
|
||||
FormBorderStyle = FormBorderStyle.Sizable;
|
||||
HelpButton = true;
|
||||
Icon = Properties.Resources.Icon;
|
||||
Margin = new Padding(4, 3, 4, 3);
|
||||
MaximizeBox = false;
|
||||
MaximizeBox = true;
|
||||
MinimizeBox = false;
|
||||
Name = "MainForm";
|
||||
StartPosition = FormStartPosition.Manual;
|
||||
|
||||
Reference in New Issue
Block a user