细微调整UI的宽度

This commit is contained in:
waynebian01
2026-06-17 14:36:08 +08:00
parent 23646ba7c1
commit d4fadfbdf5
3 changed files with 6 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ public sealed class StatusForm : Form
Text = "设置";
StartPosition = FormStartPosition.CenterScreen;
MinimumSize = new Size(760, 560);
MinimumSize = new Size(1800, 1200);
Size = new Size(920, 640);
BackColor = UiTheme.Background;
ForeColor = UiTheme.Text;