Major bug: Thumbnails can get resized randomly when placed on displays with different DPI
This commit is contained in:
		| @@ -61,7 +61,7 @@ | ||||
| 			// ThumbnailOverlay | ||||
| 			//  | ||||
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | ||||
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||
| 			this.BackColor = System.Drawing.Color.Black; | ||||
| 			this.ClientSize = new System.Drawing.Size(284, 262); | ||||
| 			this.ControlBox = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Anton Kasyanov
					Anton Kasyanov