FIX. RadSpinEditor - there is no padding between the border of the control and the text in the ControlDefault theme
We should also add padding to the RadTimePicker
Workaround:
this.radSpinEditor1.SpinElement.Padding = new Padding(2, 0, 0, 0);
this.radTimePicker1.TimePickerElement.Padding = new Padding(2, 0, 0, 0);