1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 08:43:23 -05:00

Increase width for hour in custom time component

This commit is contained in:
Jason Denney 2013-11-09 10:45:25 -05:00
parent 592049b0e6
commit 731d0ed3da

View File

@ -55,7 +55,7 @@ Ext.define('Ext.ux.form.field.DateTime', {
me.items.push(me.dateField);
me.hourField = Ext.create('Ext.form.field.Number', {
maxWidth: 20,
maxWidth: 25,
allowBlank: false,
allowOnlyWhitespace: false,
blankText: "Hour cannot be blank.",