This commit is contained in:
seerge
2023-03-18 18:39:51 +01:00
parent c50c1807ca
commit dde554eebf
6 changed files with 30 additions and 13 deletions

View File

@@ -907,7 +907,7 @@ namespace GHelper
AutoScaleMode = AutoScaleMode.Dpi;
AutoSize = true;
AutoSizeMode = AutoSizeMode.GrowAndShrink;
ClientSize = new Size(830, 1173);
ClientSize = new Size(800, 1173);
Controls.Add(panelFooter);
Controls.Add(panelBattery);
Controls.Add(panelMatrix);
@@ -919,7 +919,7 @@ namespace GHelper
MaximizeBox = false;
MdiChildrenMinimizedAnchorBottom = false;
MinimizeBox = false;
MinimumSize = new Size(830, 71);
MinimumSize = new Size(800, 71);
Name = "SettingsForm";
Padding = new Padding(10);
ShowIcon = false;