aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-03-07 19:36:16 -0700
committerAShifter <[email protected]>2017-03-07 19:36:16 -0700
commited26b419631065bd743598a249d58589d2eda646 (patch)
tree992afa85bd9e1f49525bcd4d2425db854f286b67 /ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
parent1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43 (diff)
downloadshiftos_thereturn-ed26b419631065bd743598a249d58589d2eda646.tar.gz
shiftos_thereturn-ed26b419631065bd743598a249d58589d2eda646.tar.bz2
shiftos_thereturn-ed26b419631065bd743598a249d58589d2eda646.zip
Fixed ShiftLotto
Fixed a bug in ShiftLotto where the amount of codepoints you had wasn't actually checked. This lead to me having -6732946923443264 Codepoints. Oops.
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs b/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
index 3af5d38..653e3db 100644
--- a/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
+++ b/ShiftOS.WinForms/Applications/ShiftLotto.Designer.cs
@@ -105,7 +105,7 @@
//
this.cpUpDown.Location = new System.Drawing.Point(22, 138);
this.cpUpDown.Maximum = new decimal(new int[] {
- 10000000,
+ 10000,
0,
0,
0});