Moved the UI around in the settings

This commit is contained in:
minster586
2026-09-05 00:16:06 -04:00
parent 94e4c89776
commit f1c4de4523
+4 -4
View File
@@ -193,7 +193,7 @@
//
// button3
//
this.button3.Location = new System.Drawing.Point(71, 535);
this.button3.Location = new System.Drawing.Point(62, 587);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(120, 30);
this.button3.TabIndex = 8;
@@ -202,7 +202,7 @@
//
// button4
//
this.button4.Location = new System.Drawing.Point(316, 535);
this.button4.Location = new System.Drawing.Point(309, 587);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(120, 30);
this.button4.TabIndex = 9;
@@ -345,7 +345,7 @@
//
this.toast_box_group_box.Controls.Add(this.toast_check_box_enable);
this.toast_box_group_box.Controls.Add(this.toast_label);
this.toast_box_group_box.Location = new System.Drawing.Point(133, 575);
this.toast_box_group_box.Location = new System.Drawing.Point(118, 534);
this.toast_box_group_box.Name = "toast_box_group_box";
this.toast_box_group_box.Size = new System.Drawing.Size(248, 42);
this.toast_box_group_box.TabIndex = 4;
@@ -517,7 +517,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(553, 764);
this.ClientSize = new System.Drawing.Size(542, 764);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.button2);
this.Controls.Add(this.ok_button_master);