mirror of
https://github.com/greenshot/greenshot
synced 2025-07-31 04:00:13 -07:00
Fix copy paste for DPI
This commit is contained in:
parent
be934cb91c
commit
98fcae1105
1 changed files with 1 additions and 1 deletions
2
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
2
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
|
@ -203,7 +203,7 @@ namespace Greenshot {
|
||||||
// toolStripContainer1
|
// toolStripContainer1
|
||||||
//
|
//
|
||||||
this.toolStripContainer1.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.toolStripContainer1.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
this.toolStripContainer1.AutoScaleMode = System.Windows.Forms.AutoScaleMode.DPI;
|
this.toolStripContainer1.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
//
|
//
|
||||||
// toolStripContainer1.BottomToolStripPanel
|
// toolStripContainer1.BottomToolStripPanel
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue