mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Applied patch #3584491, this centers the image in the editor.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2243 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
93d9a8cd0c
commit
599bb594ad
2 changed files with 17 additions and 0 deletions
1
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
1
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
|
@ -1585,6 +1585,7 @@ namespace Greenshot {
|
|||
this.Activated += new System.EventHandler(this.ImageEditorFormActivated);
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageEditorFormFormClosing);
|
||||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ImageEditorFormKeyDown);
|
||||
this.Resize += new System.EventHandler(this.ImageEditorFormResize);
|
||||
this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
|
||||
this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
|
||||
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue