Commit 4715a80098114d3d1208c5b7d2962ca332b099c6
1 parent
adcbf81b
Exists in
master
and in
107 other branches
redmine 6828 - last corrs
Showing
1 changed file
with
3 additions
and
4 deletions
Show diff stats
js/app/views/IntervalUI.js
... | ... | @@ -204,9 +204,8 @@ Ext.define('amdaUI.IntervalUI', { |
204 | 204 | return { |
205 | 205 | xtype: 'datefield', |
206 | 206 | // margin : '10 0 5 5', // (top, right, bottom, left). |
207 | - name: fieldName, | |
208 | - // anchor : 100%, | |
209 | - width : 220, | |
207 | + name: fieldName, | |
208 | + // width : 220, | |
210 | 209 | emptyText: 'YYYY/MM/DD hh:mm:ss', |
211 | 210 | tip: 'Date formatted as YYYY/MM/DD hh:mm:ss', |
212 | 211 | format: 'Y/m/d H:i:s', |
... | ... | @@ -242,7 +241,7 @@ Ext.define('amdaUI.IntervalUI', { |
242 | 241 | { |
243 | 242 | return { |
244 | 243 | layout: {type: 'hbox', align: 'middle'}, |
245 | - margin: 0, | |
244 | + // margin: 0, | |
246 | 245 | defaults: { |
247 | 246 | xtype: 'numberfield', |
248 | 247 | minValue: 0, |
... | ... |