Merge branch 'feature/rearrange-listbox-controls' into 'release/0.2.2.015'
Changed: swap position of edit and remove controls See merge request SympatheticFire/linear-app-launcher!22
This commit is contained in:
commit
3d951ad57e
@ -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;
|
||||
|
Reference in New Issue
Block a user