mirror of
https://github.com/waynebian01/Shigure.git
synced 2026-09-03 07:15:24 +08:00
细微调整UI的宽度
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user