BUG-2077: More improvements for the update check interval. Also corrected the readme.txt.template

This commit is contained in:
Robin 2016-12-30 11:15:00 +01:00
parent 245ffe5da9
commit b92d79ed39
5 changed files with 60 additions and 8 deletions

View file

@ -506,6 +506,8 @@ namespace Greenshot {
this.numericUpDown_daysbetweencheck.Size = new System.Drawing.Size(57, 20);
this.numericUpDown_daysbetweencheck.TabIndex = 8;
this.numericUpDown_daysbetweencheck.ThousandsSeparator = true;
this.numericUpDown_daysbetweencheck.Minimum = 0;
this.numericUpDown_daysbetweencheck.Maximum = 365;
//
// label_checkperiod
//