Summary of bug description * Actual behavior: property delegates for int and float properties are limited to small range of input numbers * expected behaviour: range should be increased to not limit integer input to 0..100 Cause of the bug (How could this happen?, what went wrong?) - defaults of QSpinBox and QDoubleSpinBox were used Proposed solution (How do I plan to fix this? Other solutions?) - see attachment Affected classes (Which classes will be modified?) mitk/CoreUI/Qmitk/QmitkPropertyDelegate.cpp How will the bugfix get tested? (unit test possible?, manual test necessary? how can it be tested?)