[Managed.Windows.Forms] Fix 'minimum' default value of NumericUpDown
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 17 Jun 2014 15:35:46 +0000 (17:35 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 17 Jun 2014 15:35:46 +0000 (17:35 +0200)
commitb66e06d51c96aef0c6e91f4f1d21503b83c4fdb8
tree37d1432f41599dd0e0b760cd450b776e6919867f
parenteeb5fe56f76d729347a915e7591a54e0b32c5950
[Managed.Windows.Forms] Fix 'minimum' default value of NumericUpDown

The 'minimum' default value of NumericUpDown was set to 0.0M, which caused the ToString() to format it as "0.0" instead of "0" as it does on .NET.
A similar change was done for the 'maximum' default value already in f6c8d48a3aed377b8a11e38c96c0d4c774664279.

Commit licensed under MIT/X11.
mcs/class/Managed.Windows.Forms/System.Windows.Forms/NumericUpDown.cs