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:
parent
592049b0e6
commit
731d0ed3da
@ -55,7 +55,7 @@ Ext.define('Ext.ux.form.field.DateTime', {
|
|||||||
me.items.push(me.dateField);
|
me.items.push(me.dateField);
|
||||||
|
|
||||||
me.hourField = Ext.create('Ext.form.field.Number', {
|
me.hourField = Ext.create('Ext.form.field.Number', {
|
||||||
maxWidth: 20,
|
maxWidth: 25,
|
||||||
allowBlank: false,
|
allowBlank: false,
|
||||||
allowOnlyWhitespace: false,
|
allowOnlyWhitespace: false,
|
||||||
blankText: "Hour cannot be blank.",
|
blankText: "Hour cannot be blank.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user