Set minimal Thumbnail opacity to 20 points

This commit is contained in:
Anton Kasyanov
2016-08-18 21:08:24 +03:00
parent 5012260983
commit 7b067d6f9d
2 changed files with 4 additions and 100 deletions

View File

@@ -152,12 +152,12 @@ namespace EveOPreview.UI
this.ThumbnailOpacityTrackBar.LargeChange = 10;
this.ThumbnailOpacityTrackBar.Location = new System.Drawing.Point(51, 22);
this.ThumbnailOpacityTrackBar.Maximum = 100;
this.ThumbnailOpacityTrackBar.Minimum = 10;
this.ThumbnailOpacityTrackBar.Minimum = 20;
this.ThumbnailOpacityTrackBar.Name = "ThumbnailOpacityTrackBar";
this.ThumbnailOpacityTrackBar.Size = new System.Drawing.Size(208, 22);
this.ThumbnailOpacityTrackBar.TabIndex = 1;
this.ThumbnailOpacityTrackBar.TickFrequency = 10;
this.ThumbnailOpacityTrackBar.Value = 10;
this.ThumbnailOpacityTrackBar.Value = 20;
this.ThumbnailOpacityTrackBar.ValueChanged += new System.EventHandler(this.OptionChanged_Handler);
//
// MinimizeToTrayCheckBox
@@ -493,7 +493,7 @@ namespace EveOPreview.UI
0,
0});
this.ThumbnailZoomFactorNumericEdit.Minimum = new decimal(new int[] {
1,
2,
0,
0,
0});
@@ -501,7 +501,7 @@ namespace EveOPreview.UI
this.ThumbnailZoomFactorNumericEdit.Size = new System.Drawing.Size(38, 20);
this.ThumbnailZoomFactorNumericEdit.TabIndex = 1;
this.ThumbnailZoomFactorNumericEdit.Value = new decimal(new int[] {
1,
2,
0,
0,
0});