diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts index 1dedabf1..62672d9c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/processo/components/gantt/gantt.ts @@ -30,7 +30,7 @@ export default class Gantt extends Vue { stepDuration: 2, labelInterval: 10, maxGanttDuration: 5000, - block_status_minDuration: 4, + block_status_minDuration: 2.5, block_delay_minDuration: 1.5, block_body_Heating_minDuration: 5, block_body_Drawing_minDuration: 7,