mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fix toolstrip container order once and for all.. [ci skip]
This commit is contained in:
parent
9e9846fb0d
commit
ca19976e64
1 changed files with 3 additions and 3 deletions
6
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
6
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
|
@ -227,9 +227,9 @@ namespace Greenshot {
|
|||
//
|
||||
// toolStripContainer1.TopToolStripPanel
|
||||
//
|
||||
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.menuStrip1);
|
||||
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
|
||||
this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.propertiesToolStrip);
|
||||
this.toolStripContainer1.TopToolStripPanel.Join(this.menuStrip1, 1);
|
||||
this.toolStripContainer1.TopToolStripPanel.Join(this.toolStrip1, 2);
|
||||
this.toolStripContainer1.TopToolStripPanel.Join(this.propertiesToolStrip, 3);
|
||||
//
|
||||
// statusStrip1
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue