xtype datetime field: time selection drop down box is too small even thought timeWidth is defined in the dialog
We are using the datetime field for date and time selections. For some reasons, the time selection drop down box is very small after saving and then open the dialog again. You can see the timeWidth defined as 375 px, but seems it doesn't change the time selection drop down box. If the dateWdith is changed, the date selection box will be re-size accordingly.
<input type="text" size="24" autocomplete="off" id="ext-comp-1307-time" class="x-form-text x-form-field" style="width: 375px;">
Does anyone have any idea if there is a way to make the time selection drop down box big enough?
Thanks.