aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
diff options
context:
space:
mode:
authorRylan <[email protected]>2017-03-12 11:19:49 -0400
committerGitHub <[email protected]>2017-03-12 11:19:49 -0400
commit11da99a43bb3225ebd5fc82cb4765309804f8eba (patch)
tree980fdd6b30610002e7fabc8ce084438b7111c25c /ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
parent01420ff329ab1819f1be1ea444c46785328b44cb (diff)
parent5a8cb0cdf76d65e096bd9aeda6ee9c6246a31134 (diff)
downloadshiftos_thereturn-11da99a43bb3225ebd5fc82cb4765309804f8eba.tar.gz
shiftos_thereturn-11da99a43bb3225ebd5fc82cb4765309804f8eba.tar.bz2
shiftos_thereturn-11da99a43bb3225ebd5fc82cb4765309804f8eba.zip
Merge pull request #110 from AShifter/master
I don't think Michael liked ShiftLotto codepoint limits
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs b/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
index 943322e..8b43636 100644
--- a/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
+++ b/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
@@ -129,7 +129,7 @@ namespace ShiftOS.WinForms.Applications
//
this.cpUpDown.Location = new System.Drawing.Point(22, 138);
this.cpUpDown.Maximum = new decimal(new int[] {
- 10000,
+ 1000000,
0,
0,
0});
@@ -150,6 +150,11 @@ namespace ShiftOS.WinForms.Applications
// difUpDown
//
this.difUpDown.Location = new System.Drawing.Point(299, 138);
+ this.difUpDown.Maximum = new decimal(new int[] {
+ 1000,
+ 0,
+ 0,
+ 0});
this.difUpDown.Minimum = new decimal(new int[] {
10,
0,