Major bug: Thumbnails can get resized randomly when placed on displays with different DPI

This commit is contained in:
Anton Kasyanov
2018-04-03 23:46:21 +03:00
parent 6fccd9ff4d
commit 016b3f7343
4 changed files with 24 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ namespace EveOPreview.View
//
this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
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(153, 89);
this.ControlBox = false;