UI scaling

This commit is contained in:
SlothDpal
2024-07-09 14:26:44 +03:00
parent c50828633a
commit 8a3436ec2a
4 changed files with 86 additions and 38 deletions

View File

@@ -195,6 +195,7 @@ namespace RelaunchProcess
this.Name = "WebhookSettings";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Настройки webhook";
this.Load += new System.EventHandler(this.WebhookSettings_FormLoad);
this.groupBoxSettingsDiscord.ResumeLayout(false);