Changed: swap position of edit and remove controls

This commit is contained in:
Ray 2021-07-28 20:27:33 +01:00
parent ff994e26ff
commit 1e6ef7b008
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ namespace RyzStudio.Windows.ThemedForms
this.imageBox5.ImageSelected = null;
this.imageBox5.InitialImage = null;
this.imageBox5.IsSelected = false;
this.imageBox5.Location = new System.Drawing.Point(106, 48);
this.imageBox5.Location = new System.Drawing.Point(106, 24);
this.imageBox5.Name = "imageBox5";
this.imageBox5.NormalImage = global::FizzyLauncher.UIResource.edit;
this.imageBox5.SelectedImage = null;
@ -160,7 +160,7 @@ namespace RyzStudio.Windows.ThemedForms
this.imageBox2.ImageSelected = null;
this.imageBox2.InitialImage = null;
this.imageBox2.IsSelected = false;
this.imageBox2.Location = new System.Drawing.Point(106, 24);
this.imageBox2.Location = new System.Drawing.Point(106, 48);
this.imageBox2.Name = "imageBox2";
this.imageBox2.NormalImage = global::FizzyLauncher.UIResource.minus;
this.imageBox2.SelectedImage = null;