UI fixes for #3

This commit is contained in:
Manuel Kamper 2023-08-10 09:15:19 +02:00
parent 03ea31e187
commit 0f9320b554
2 changed files with 48 additions and 42 deletions

View File

@ -849,10 +849,10 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(967, 566);
this.Controls.Add(this.groupBoxTransformation);
this.Controls.Add(this.groupBoxRander);
this.Controls.Add(this.buttonChristmas);
this.Controls.Add(this.buttonHeart);
this.Controls.Add(this.groupBoxRander);
this.Controls.Add(this.groupBoxTransformation);
this.Controls.Add(this.panelPreview);
this.Controls.Add(this.buttonPreview);
this.Controls.Add(this.buttonHintergrund);

View File

@ -1999,6 +1999,8 @@ namespace Mk0.Software.ImageSorter
/// Bildvorschau erzeugen und laden
/// </summary>
private void ShowPreviewImages()
{
try
{
panelPreview.Controls.Clear();
int panelWidthAvailable = panelPreview.Width - 11; //verfügbare breite abzüglich ränder links+rechts
@ -2049,6 +2051,10 @@ namespace Mk0.Software.ImageSorter
}
}
}
catch (Exception)
{
}
}
/// <summary>
/// Lädt Bilder, die in Vorschau angeklickt wurden