From f1c4de4523668666a51c70b6b74de124425dc6af Mon Sep 17 00:00:00 2001 From: minster586 <43217359+minster586@users.noreply.github.com> Date: Sat, 5 Sep 2026 00:16:06 -0400 Subject: [PATCH] Moved the UI around in the settings --- RadioDJViewer/radiodj-restapi-template.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RadioDJViewer/radiodj-restapi-template.Designer.cs b/RadioDJViewer/radiodj-restapi-template.Designer.cs index 820e436..3919b4e 100644 --- a/RadioDJViewer/radiodj-restapi-template.Designer.cs +++ b/RadioDJViewer/radiodj-restapi-template.Designer.cs @@ -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);