Completed
Last Updated: 03 May 2018 07:50 by Dimitar
ADMIN
Hristo
Created on: 27 Apr 2018 08:43
Category: Editors
Type: Bug Report
0
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);
0 comments