Fix copy paste for DPI

This commit is contained in:
RKrom 2014-10-30 12:23:30 +01:00
parent be934cb91c
commit 98fcae1105

View file

@ -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
// //