From fe0a22b2bcba5f06c5a4ac13202ea564afc19533 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 29 Aug 2025 22:45:23 +0200 Subject: [PATCH] fix(MainForm): adjust thumbnail snap range minimum to 0 and add maximum to prevent issues --- .../View/Implementation/MainForm.Designer.cs | 3 +- .../View/Implementation/MainForm.resx | 63 +++++++++++++++---- 2 files changed, 53 insertions(+), 13 deletions(-) diff --git a/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs b/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs index 2d0da3a..b1ca4ab 100644 --- a/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs +++ b/src/Eve-O-Preview/View/Implementation/MainForm.Designer.cs @@ -607,7 +607,8 @@ namespace EveOPreview.View { ThumbnailSnapRangeNumericEdit.Increment = new decimal(new int[] { 5, 0, 0, 0 }); ThumbnailSnapRangeNumericEdit.Location = new Point(86, 165); ThumbnailSnapRangeNumericEdit.Margin = new Padding(4, 4, 4, 4); - ThumbnailSnapRangeNumericEdit.Minimum = new decimal(new int[] { 1, 0, 0, 0 }); + ThumbnailSnapRangeNumericEdit.Minimum = new decimal(new int[] { 0, 0, 0, 0 }); + ThumbnailSnapRangeNumericEdit.Maximum = new decimal(new int[] { 999999, 0, 0, 0 }); ThumbnailSnapRangeNumericEdit.Name = "ThumbnailSnapRangeNumericEdit"; ThumbnailSnapRangeNumericEdit.Size = new Size(56, 23); ThumbnailSnapRangeNumericEdit.TabIndex = 55; diff --git a/src/Eve-O-Preview/View/Implementation/MainForm.resx b/src/Eve-O-Preview/View/Implementation/MainForm.resx index 38d7145..2f7efb2 100644 --- a/src/Eve-O-Preview/View/Implementation/MainForm.resx +++ b/src/Eve-O-Preview/View/Implementation/MainForm.resx @@ -138,9 +138,6 @@ False - - False - False @@ -159,12 +156,6 @@ False - - False - - - False - False @@ -177,15 +168,63 @@ False - - False - False False + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + + + False + False