mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-2077: More improvements for the update check interval. Also corrected the readme.txt.template
This commit is contained in:
parent
245ffe5da9
commit
b92d79ed39
5 changed files with 60 additions and 8 deletions
2
Greenshot/Forms/SettingsForm.Designer.cs
generated
2
Greenshot/Forms/SettingsForm.Designer.cs
generated
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue