-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align NumericUpDown style with other controls #3615
Align NumericUpDown style with other controls #3615
Conversation
First of all, nice work! Regarding your comment: I believe we should use them. We should default them to the As for your comment about the |
@nicolaihenriksen Ok, I will change the code that it will respect the user-configurated values for up/down |
@nicolaihenriksen Done |
This PR aligns the NumericUpDown style to the one of other controls (closes #3614)
Tasks
Breaking
Currently IncreaseContent and DecreaseContent are ignored since this two values should be the same as in TimePicker, not changable.