From 1e6ef7b008e33b9dce1707cad8d6953455ec6fc1 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 28 Jul 2021 20:27:33 +0100 Subject: [PATCH] Changed: swap position of edit and remove controls --- RyzStudio/Windows/ThemedForms/TListBox.designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RyzStudio/Windows/ThemedForms/TListBox.designer.cs b/RyzStudio/Windows/ThemedForms/TListBox.designer.cs index cee2554..a81e57f 100644 --- a/RyzStudio/Windows/ThemedForms/TListBox.designer.cs +++ b/RyzStudio/Windows/ThemedForms/TListBox.designer.cs @@ -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;