diff --git a/View/ProductionPlanningEdit.xaml b/View/ProductionPlanningEdit.xaml
index d793b00..5525274 100644
--- a/View/ProductionPlanningEdit.xaml
+++ b/View/ProductionPlanningEdit.xaml
@@ -21,7 +21,7 @@
+ FontSize="15" IsEditable="True" BorderBrush="#FF673AB7" Background="White" />
("color"));
+ }
+ catch (Exception) { }
+ //FF336FA8
GanttChart.AddGanttTask(row, new GanttTask()
{
Start = DateTime.Parse(dataRows[j].Field("StartTime")),
End = DateTime.Parse(dataRows[j].Field("EndTime")),
Name = Properties.Resources.ProcessName + ";" + dataRows[j].Field("ProgramName"),
+ Background = colorBackground,
TaskProgressVisibility = System.Windows.Visibility.Hidden
});
}