Lines Matching refs:row_height

11751 				top = pos.top - (dataHeight - this.config.row_height)/2;
15978 'height:' + (config.row_height - 1) + 'px',
15979 'line-height:' + (config.row_height - 1) + 'px',
16164 capacityElement.style.height = (config.row_height - 1) + "px";
16181 'height:' + (config.row_height - 1) + 'px',
16182 'line-height:' + (config.row_height - 1) + 'px',
18850 var contentHeight = store ? config.row_height * store.countVisible() : 0,
18970 return config.row_height;
19036 contentHeight = store ? config.row_height * store.countVisible() : 0;
19632 var gridHeight = store.countVisible() * config.row_height;
19633 if (y > pos.y + gridHeight - config.row_height) y = pos.y + gridHeight - config.row_height;
19654 var index = Math.floor(y / config.row_height);
19692 if (store.getIndexById(over.id) * config.row_height + config.row_height / 2 < targetY) {
19732 if (store.getIndexById(over.id) || config.row_height / 3 < targetY) return;
20141 var gridHeight = store.countVisible() * config.row_height;
20142 if (y > pos.y + gridHeight - config.row_height) y = pos.y + gridHeight - config.row_height;
22990 var line_width = config.row_height;
23053 y = v.y + (config.row_height - wrapper_size) / 2;
23262 this.point_to(dir.down, sign * (xy.row_height / 2));
23264 this.point_to(dir.down, sign * ( Math.abs(dy) - (xy.row_height / 2)));
23290 this.point_to(dir.down, sign * (xy.row_height / 2));
23292 this.point_to(dir.down, sign * ( Math.abs(dy) - (xy.row_height / 2)));
23646 var padd = Math.floor((gantt.config.row_height - height) / 2);
24181 row.style.height = (config.row_height) + "px";
24361 var padding = Math.floor((gantt.config.row_height - sizes.height) / 2);
24402 height: config.row_height,
24422 height: config.row_height,
24535 return index * this.$getConfig().row_height;
24672 pos.y += gantt.config.row_height/2;
26267 this.$task_bg.style.height = config.row_height * store.countVisible() +"px";
26294 var contentHeight = store ? config.row_height * store.countVisible() : 0,
26512 staticRender.render(staticBgContainer, config, self.getScale(), config.row_height * store.countVisible());
26829 height = config.row_height - offset;
26832 height = Math.min(height, config.row_height);
28771 row_height: 35,
28802 row_height: 35,
28827 row_height: 35,
28852 row_height: 34,
28895 row_height: 27,
28920 row_height: 27,
28945 row_height: 35,