Browse Source

Increase width for hour in custom time component

topic-sass
Jason Denney 11 years ago
parent
commit
731d0ed3da
  1. 2
      app/assets/javascripts/custom_netzke_helpers.js

2
app/assets/javascripts/custom_netzke_helpers.js

@ -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.",

Loading…
Cancel
Save